#DA99DC

Color #DA99DC Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DA99DC

Tints of Plum #DA99DC

Color information

#DA99DC (or 0xDA99DC) is unknown color: approx Plum. HEX triplet: DA, 99 and DC. RGB value is (218,153,220). Sum of RGB (Red+Green+Blue) = 218+153+220=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99DC is #256623. Grayscale: #B3B3B3. Windows color (decimal): -2450980 or 14457306. OLE color: 14457306.

HSL color Cylindrical-coordinate representation of color #DA99DC: hue angle of 298.21º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99DC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218153220-
CMYK0.010.3000.14
HSL298.21º48.91%73.14%-
HSV(B)298.21º30.45%86.27%-
XYZ53.2242.8673.18-
YUV180.07150.53155.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 153 (60.16% from 255) = 25.89%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=36.89%
G=25.89%
B=37.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181532200.010.3000.14298.2148.9173.14
HexDA99DC11E0E12a3149
Octal33223133413601645261111
Binary110110101001100111011100111110011101001010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99DC; }

 p { color: rgb(218,153,220); }

 H1.HeaderClassName
 {
   color: #DA99DC;
 }
 .AnyTagClassName
 {
   color: #DA99DC;
 }
</style>
background-color css

<style>
 a { background-color: #DA99DC; }

 a { background-color: rgb(218,153,220); }

 div.DivClassName
 {
   background-color: #DA99DC;
 }
 .BgClassName
 {
   background-color: #DA99DC;
 }
</style>
border-color css

<style>
 span { border-color: #DA99DC; }

 span { border-color: rgb(218,153,220); }

 td.TdClassName
 {
   border-color: #DA99DC;
 }
 .TagClassName
 {
   border-color: #DA99DC;
 }
</style>