Html Css Color HEX #DE96EC Plum

📋 copy color: '#DE96EC'

red 222 ◦ green 150 ◦ blue 236

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

Shades of Plum #DE96EC

Tints of Plum #DE96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 36.51%
G = 24.67%
B = 38.82%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE96EC (or 0xDE96EC) is known color: Plum. HEX triplet: DE, 96 and EC. RGB value is (222,150,236). Sum of RGB (Red+Green+Blue) = 222+150+236=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96EC is #216913. Grayscale: #B5B5B5. Windows color (decimal): -2189588 or 15505118. OLE color: 15505118.

HSL color Cylindrical-coordinate representation of color #DE96EC: hue angle of 290.23º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE96EC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 150 236 -
CMYK 0.06 0.36 0 0.07
HSL 290.23º 0.69% 0.76% -
HSV(B) 290.23º 0.36% 0.93% -
XYZ 56.17 43.4 84.77 -
YUV 181.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 222 150 236 0.06 0.36 0 0.07 290.23 0.69 0.76
Hex DE 96 EC 6 24 0 7 122 45 4C
Octal 336 226 354 6 44 0 7 442 105 114
Binary 11011110 10010110 11101100 110 100100 0 111 100100010 1000101 1001100

Color Harmonies of #DE96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE96EC

Black with #DE96EC

Text Example


Text Example

White with #DE96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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