Html Css Color HEX #DE9BD9 Plum

📋 copy color: '#DE9BD9'

red 222 ◦ green 155 ◦ blue 217

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

Shades of Plum #DE9BD9

Tints of Plum #DE9BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 37.37%
G = 26.09%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE9BD9 (or 0xDE9BD9) is known color: Plum. HEX triplet: DE, 9B and D9. RGB value is (222,155,217). Sum of RGB (Red+Green+Blue) = 222+155+217=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BD9 is #216426. Grayscale: #B5B5B5. Windows color (decimal): -2188327 or 14261214. OLE color: 14261214.

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

Color convert

RGB 222 155 217 -
CMYK 0 0.30 0.02 0.13
HSL 304.48º 0.5% 0.74% -
HSV(B) 304.48º 0.3% 0.87% -
XYZ 54.37 43.98 71.27 -
YUV 182.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 222 155 217 0 0.30 0.02 0.13 304.48 0.5 0.74
Hex DE 9B D9 0 1E 2 D 130 32 4A
Octal 336 233 331 0 36 2 15 460 62 112
Binary 11011110 10011011 11011001 0 11110 10 1101 100110000 110010 1001010

Color Harmonies of #DE9BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9BD9

Black with #DE9BD9

Text Example


Text Example

White with #DE9BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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