Html Css Color HEX #DE9ED6 Plum

📋 copy color: '#DE9ED6'

red 222 ◦ green 158 ◦ blue 214

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

Shades of Plum #DE9ED6

Tints of Plum #DE9ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.6%

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

R = 37.37%
G = 26.6%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE9ED6 (or 0xDE9ED6) is known color: Plum. HEX triplet: DE, 9E and D6. RGB value is (222,158,214). Sum of RGB (Red+Green+Blue) = 222+158+214=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ED6 is #216129. Grayscale: #B7B7B7. Windows color (decimal): -2187562 or 14065374. OLE color: 14065374.

HSL color Cylindrical-coordinate representation of color #DE9ED6: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9ED6 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 158 214 -
CMYK 0 0.29 0.04 0.13
HSL 307.5º 0.49% 0.75% -
HSV(B) 307.5º 0.29% 0.87% -
XYZ 54.49 44.84 69.4 -
YUV 183.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 222 158 214 0 0.29 0.04 0.13 307.5 0.49 0.75
Hex DE 9E D6 0 1D 4 D 134 31 4B
Octal 336 236 326 0 35 4 15 464 61 113
Binary 11011110 10011110 11010110 0 11101 100 1101 100110100 110001 1001011

Color Harmonies of #DE9ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9ED6

Black with #DE9ED6

Text Example


Text Example

White with #DE9ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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