Html Css Color HEX #DE9CCF Plum

📋 copy color: '#DE9CCF'

red 222 ◦ green 156 ◦ blue 207

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

Shades of Plum #DE9CCF

Tints of Plum #DE9CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.67%

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

R = 37.95%
G = 26.67%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE9CCF (or 0xDE9CCF) is known color: Plum. HEX triplet: DE, 9C and CF. RGB value is (222,156,207). Sum of RGB (Red+Green+Blue) = 222+156+207=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CCF is #216330. Grayscale: #B5B5B5. Windows color (decimal): -2188081 or 13606110. OLE color: 13606110.

HSL color Cylindrical-coordinate representation of color #DE9CCF: hue angle of 313.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CCF is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 156 207 -
CMYK 0 0.30 0.07 0.13
HSL 313.64º 0.5% 0.74% -
HSV(B) 313.64º 0.3% 0.87% -
XYZ 53.28 43.81 64.68 -
YUV 181.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 222 156 207 0 0.30 0.07 0.13 313.64 0.5 0.74
Hex DE 9C CF 0 1E 7 D 13A 32 4A
Octal 336 234 317 0 36 7 15 472 62 112
Binary 11011110 10011100 11001111 0 11110 111 1101 100111010 110010 1001010

Color Harmonies of #DE9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9CCF

Black with #DE9CCF

Text Example


Text Example

White with #DE9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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