Html Css Color HEX #DE96D9 Plum

📋 copy color: '#DE96D9'

red 222 ◦ green 150 ◦ blue 217

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

Shades of Plum #DE96D9

Tints of Plum #DE96D9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.47%

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

R = 37.69%
G = 25.47%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE96D9 (or 0xDE96D9) is known color: Plum. HEX triplet: DE, 96 and D9. RGB value is (222,150,217). Sum of RGB (Red+Green+Blue) = 222+150+217=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96D9 is #216926. Grayscale: #B2B2B2. Windows color (decimal): -2189607 or 14259934. OLE color: 14259934.

HSL color Cylindrical-coordinate representation of color #DE96D9: hue angle of 304.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE96D9 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 150 217 -
CMYK 0 0.32 0.02 0.13
HSL 304.17º 0.52% 0.73% -
HSV(B) 304.17º 0.32% 0.87% -
XYZ 53.55 42.35 71 -
YUV 179.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 222 150 217 0 0.32 0.02 0.13 304.17 0.52 0.73
Hex DE 96 D9 0 20 2 D 130 34 49
Octal 336 226 331 0 40 2 15 460 64 111
Binary 11011110 10010110 11011001 0 100000 10 1101 100110000 110100 1001001

Color Harmonies of #DE96D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE96D9

Black with #DE96D9

Text Example


Text Example

White with #DE96D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE96D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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