Html Css Color HEX #DC99D6 Plum

📋 copy color: '#DC99D6'

red 220 ◦ green 153 ◦ blue 214

#DC99D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DC99D6

Tints of Plum #DC99D6

RGB

 RED value IS 220 (86.33% from 255) = 37.48%

 GREEN value IS 153 (60.16% from 255) = 26.06%

 BLUE value IS 214 (83.98% from 255) = 36.46%

R = 37.48%
G = 26.06%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC99D6 (or 0xDC99D6) is known color: Plum. HEX triplet: DC, 99 and D6. RGB value is (220,153,214). Sum of RGB (Red+Green+Blue) = 220+153+214=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D6 is #236629. Grayscale: #B3B3B3. Windows color (decimal): -2319914 or 14064092. OLE color: 14064092.

HSL color Cylindrical-coordinate representation of color #DC99D6: hue angle of 305.37º 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 #DC99D6 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 214 -
CMYK 0 0.30 0.03 0.14
HSL 305.37º 0.49% 0.73% -
HSV(B) 305.37º 0.3% 0.86% -
XYZ 53.04 42.85 69.09 -
YUV 179.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 220 153 214 0 0.30 0.03 0.14 305.37 0.49 0.73
Hex DC 99 D6 0 1E 3 E 131 31 49
Octal 334 231 326 0 36 3 16 461 61 111
Binary 11011100 10011001 11010110 0 11110 11 1110 100110001 110001 1001001

Color Harmonies of #DC99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99D6

Black with #DC99D6

Text Example


Text Example

White with #DC99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99D6; }

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

 H1.HeaderClassName
 {
   color: #DC99D6;
 }
 .AnyTagClassName
 {
   color: #DC99D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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