Html Css Color HEX #DE9ECD Plum

📋 copy color: '#DE9ECD'

red 222 ◦ green 158 ◦ blue 205

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

Shades of Plum #DE9ECD

Tints of Plum #DE9ECD

RGB

 RED value IS 222 (87.11% from 255) = 37.95%

 GREEN value IS 158 (62.11% from 255) = 27.01%

 BLUE value IS 205 (80.47% from 255) = 35.04%

R = 37.95%
G = 27.01%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE9ECD (or 0xDE9ECD) is known color: Plum. HEX triplet: DE, 9E and CD. RGB value is (222,158,205). Sum of RGB (Red+Green+Blue) = 222+158+205=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ECD is #216132. Grayscale: #B6B6B6. Windows color (decimal): -2187571 or 13475550. OLE color: 13475550.

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

Color convert

RGB 222 158 205 -
CMYK 0 0.29 0.08 0.13
HSL 315.94º 0.49% 0.75% -
HSV(B) 315.94º 0.29% 0.87% -
XYZ 53.37 44.39 63.51 -
YUV 182.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 222 158 205 0 0.29 0.08 0.13 315.94 0.49 0.75
Hex DE 9E CD 0 1D 8 D 13C 31 4B
Octal 336 236 315 0 35 10 15 474 61 113
Binary 11011110 10011110 11001101 0 11101 1000 1101 100111100 110001 1001011

Color Harmonies of #DE9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9ECD

Black with #DE9ECD

Text Example


Text Example

White with #DE9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9ECD; }

 p { color: rgb(222,158,205); }

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

background-color css

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

 a { background-color: rgb(222,158,205); }

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

border-color css

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

 span { border-color: rgb(222,158,205); }

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