Html Css Color HEX #DC8ECC Plum

📋 copy color: '#DC8ECC'

red 220 ◦ green 142 ◦ blue 204

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

Shades of Plum #DC8ECC

Tints of Plum #DC8ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.09%

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 38.87%
G = 25.09%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC8ECC (or 0xDC8ECC) is known color: Plum. HEX triplet: DC, 8E and CC. RGB value is (220,142,204). Sum of RGB (Red+Green+Blue) = 220+142+204=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ECC is #237133. Grayscale: #ACACAC. Windows color (decimal): -2322740 or 13405916. OLE color: 13405916.

HSL color Cylindrical-coordinate representation of color #DC8ECC: hue angle of 312.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8ECC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 142 204 -
CMYK 0 0.35 0.07 0.14
HSL 312.31º 0.53% 0.71% -
HSV(B) 312.31º 0.35% 0.86% -
XYZ 50.09 38.92 62 -
YUV 172.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 220 142 204 0 0.35 0.07 0.14 312.31 0.53 0.71
Hex DC 8E CC 0 23 7 E 138 35 47
Octal 334 216 314 0 43 7 16 470 65 107
Binary 11011100 10001110 11001100 0 100011 111 1110 100111000 110101 1000111

Color Harmonies of #DC8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8ECC

Black with #DC8ECC

Text Example


Text Example

White with #DC8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8ECC; }

 p { color: rgb(220,142,204); }

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

background-color css

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

 a { background-color: rgb(220,142,204); }

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

border-color css

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

 span { border-color: rgb(220,142,204); }

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