Html Css Color HEX #DE9BD7 Plum

📋 copy color: '#DE9BD7'

red 222 ◦ green 155 ◦ blue 215

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

Shades of Plum #DE9BD7

Tints of Plum #DE9BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 37.5%
G = 26.18%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE9BD7 (or 0xDE9BD7) is known color: Plum. HEX triplet: DE, 9B and D7. RGB value is (222,155,215). Sum of RGB (Red+Green+Blue) = 222+155+215=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BD7 is #216428. Grayscale: #B5B5B5. Windows color (decimal): -2188329 or 14130142. OLE color: 14130142.

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

Color convert

RGB 222 155 215 -
CMYK 0 0.30 0.03 0.13
HSL 306.27º 0.5% 0.74% -
HSV(B) 306.27º 0.3% 0.87% -
XYZ 54.11 43.88 69.91 -
YUV 181.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 222 155 215 0 0.30 0.03 0.13 306.27 0.5 0.74
Hex DE 9B D7 0 1E 3 D 132 32 4A
Octal 336 233 327 0 36 3 15 462 62 112
Binary 11011110 10011011 11010111 0 11110 11 1101 100110010 110010 1001010

Color Harmonies of #DE9BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9BD7

Black with #DE9BD7

Text Example


Text Example

White with #DE9BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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