Html Css Color HEX #DE9ED9 Plum

📋 copy color: '#DE9ED9'

red 222 ◦ green 158 ◦ blue 217

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

Shades of Plum #DE9ED9

Tints of Plum #DE9ED9

RGB

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

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

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

R = 37.19%
G = 26.47%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE9ED9 (or 0xDE9ED9) is known color: Plum. HEX triplet: DE, 9E and D9. RGB value is (222,158,217). Sum of RGB (Red+Green+Blue) = 222+158+217=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ED9 is #216126. Grayscale: #B7B7B7. Windows color (decimal): -2187559 or 14261982. OLE color: 14261982.

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

Color convert

RGB 222 158 217 -
CMYK 0 0.29 0.02 0.13
HSL 304.69º 0.49% 0.75% -
HSV(B) 304.69º 0.29% 0.87% -
XYZ 54.88 44.99 71.44 -
YUV 183.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 222 158 217 0 0.29 0.02 0.13 304.69 0.49 0.75
Hex DE 9E D9 0 1D 2 D 131 31 4B
Octal 336 236 331 0 35 2 15 461 61 113
Binary 11011110 10011110 11011001 0 11101 10 1101 100110001 110001 1001011

Color Harmonies of #DE9ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9ED9

Black with #DE9ED9

Text Example


Text Example

White with #DE9ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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