Html Css Color HEX #DD8ECC Plum

📋 copy color: '#DD8ECC'

red 221 ◦ green 142 ◦ blue 204

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

Shades of Plum #DD8ECC

Tints of Plum #DD8ECC

RGB

 RED value IS 221 (86.72% from 255) = 38.98%

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

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

R = 38.98%
G = 25.04%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD8ECC (or 0xDD8ECC) is known color: Plum. HEX triplet: DD, 8E and CC. RGB value is (221,142,204). Sum of RGB (Red+Green+Blue) = 221+142+204=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ECC is #227133. Grayscale: #ACACAC. Windows color (decimal): -2257204 or 13405917. OLE color: 13405917.

HSL color Cylindrical-coordinate representation of color #DD8ECC: hue angle of 312.91º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8ECC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 142 204 -
CMYK 0 0.36 0.08 0.13
HSL 312.91º 0.54% 0.71% -
HSV(B) 312.91º 0.36% 0.87% -
XYZ 50.39 39.08 62.01 -
YUV 172.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 221 142 204 0 0.36 0.08 0.13 312.91 0.54 0.71
Hex DD 8E CC 0 24 8 D 139 36 47
Octal 335 216 314 0 44 10 15 471 66 107
Binary 11011101 10001110 11001100 0 100100 1000 1101 100111001 110110 1000111

Color Harmonies of #DD8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8ECC

Black with #DD8ECC

Text Example


Text Example

White with #DD8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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