Html Css Color HEX #DE96D6 Plum

📋 copy color: '#DE96D6'

red 222 ◦ green 150 ◦ blue 214

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

Shades of Plum #DE96D6

Tints of Plum #DE96D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 37.88%
G = 25.6%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE96D6 (or 0xDE96D6) is known color: Plum. HEX triplet: DE, 96 and D6. RGB value is (222,150,214). Sum of RGB (Red+Green+Blue) = 222+150+214=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96D6 is #216929. Grayscale: #B2B2B2. Windows color (decimal): -2189610 or 14063326. OLE color: 14063326.

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

Color convert

RGB 222 150 214 -
CMYK 0 0.32 0.04 0.13
HSL 306.67º 0.52% 0.73% -
HSV(B) 306.67º 0.32% 0.87% -
XYZ 53.17 42.2 68.96 -
YUV 178.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 222 150 214 0 0.32 0.04 0.13 306.67 0.52 0.73
Hex DE 96 D6 0 20 4 D 133 34 49
Octal 336 226 326 0 40 4 15 463 64 111
Binary 11011110 10010110 11010110 0 100000 100 1101 100110011 110100 1001001

Color Harmonies of #DE96D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE96D6

Black with #DE96D6

Text Example


Text Example

White with #DE96D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE96D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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