Html Css Color HEX #DE9BDE Plum

📋 copy color: '#DE9BDE'

red 222 ◦ green 155 ◦ blue 222

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

Shades of Plum #DE9BDE

Tints of Plum #DE9BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 37.06%
G = 25.88%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE9BDE (or 0xDE9BDE) is known color: Plum. HEX triplet: DE, 9B and DE. RGB value is (222,155,222). Sum of RGB (Red+Green+Blue) = 222+155+222=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BDE is #216421. Grayscale: #B6B6B6. Windows color (decimal): -2188322 or 14588894. OLE color: 14588894.

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

Color convert

RGB 222 155 222 -
CMYK 0 0.30 0 0.13
HSL 300º 0.5% 0.74% -
HSV(B) 300º 0.3% 0.87% -
XYZ 55.03 44.25 74.75 -
YUV 182.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 222 155 222 0 0.30 0 0.13 300 0.5 0.74
Hex DE 9B DE 0 1E 0 D 12C 32 4A
Octal 336 233 336 0 36 0 15 454 62 112
Binary 11011110 10011011 11011110 0 11110 0 1101 100101100 110010 1001010

Color Harmonies of #DE9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9BDE

Black with #DE9BDE

Text Example


Text Example

White with #DE9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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