Html Css Color HEX #DE9BCD Plum

📋 copy color: '#DE9BCD'

red 222 ◦ green 155 ◦ blue 205

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

Shades of Plum #DE9BCD

Tints of Plum #DE9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.63%

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

R = 38.14%
G = 26.63%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE9BCD (or 0xDE9BCD) is known color: Plum. HEX triplet: DE, 9B and CD. RGB value is (222,155,205). Sum of RGB (Red+Green+Blue) = 222+155+205=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BCD is #216432. Grayscale: #B4B4B4. Windows color (decimal): -2188339 or 13474782. OLE color: 13474782.

HSL color Cylindrical-coordinate representation of color #DE9BCD: hue angle of 315.22º 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 #DE9BCD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 155 205 -
CMYK 0 0.30 0.08 0.13
HSL 315.22º 0.5% 0.74% -
HSV(B) 315.22º 0.3% 0.87% -
XYZ 52.86 43.38 63.34 -
YUV 180.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 222 155 205 0 0.30 0.08 0.13 315.22 0.5 0.74
Hex DE 9B CD 0 1E 8 D 13B 32 4A
Octal 336 233 315 0 36 10 15 473 62 112
Binary 11011110 10011011 11001101 0 11110 1000 1101 100111011 110010 1001010

Color Harmonies of #DE9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9BCD

Black with #DE9BCD

Text Example


Text Example

White with #DE9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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