Html Css Color HEX #DE8ECF Plum

📋 copy color: '#DE8ECF'

red 222 ◦ green 142 ◦ blue 207

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

Shades of Plum #DE8ECF

Tints of Plum #DE8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 38.88%
G = 24.87%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE8ECF (or 0xDE8ECF) is known color: Plum. HEX triplet: DE, 8E and CF. RGB value is (222,142,207). Sum of RGB (Red+Green+Blue) = 222+142+207=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8ECF is #217130. Grayscale: #ADADAD. Windows color (decimal): -2191665 or 13602526. OLE color: 13602526.

HSL color Cylindrical-coordinate representation of color #DE8ECF: hue angle of 311.25º degrees, saturation: 0.55, 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 #DE8ECF is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 142 207 -
CMYK 0 0.36 0.07 0.13
HSL 311.25º 0.55% 0.71% -
HSV(B) 311.25º 0.36% 0.87% -
XYZ 51.06 39.38 63.94 -
YUV 173.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 222 142 207 0 0.36 0.07 0.13 311.25 0.55 0.71
Hex DE 8E CF 0 24 7 D 137 37 47
Octal 336 216 317 0 44 7 15 467 67 107
Binary 11011110 10001110 11001111 0 100100 111 1101 100110111 110111 1000111

Color Harmonies of #DE8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8ECF

Black with #DE8ECF

Text Example


Text Example

White with #DE8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8ECF; }

 p { color: rgb(222,142,207); }

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

background-color css

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

 a { background-color: rgb(222,142,207); }

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

border-color css

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

 span { border-color: rgb(222,142,207); }

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