Html Css Color HEX #DE9ED1 Plum

📋 copy color: '#DE9ED1'

red 222 ◦ green 158 ◦ blue 209

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

Shades of Plum #DE9ED1

Tints of Plum #DE9ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.48%

R = 37.69%
G = 26.83%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE9ED1 (or 0xDE9ED1) is known color: Plum. HEX triplet: DE, 9E and D1. RGB value is (222,158,209). Sum of RGB (Red+Green+Blue) = 222+158+209=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ED1 is #21612E. Grayscale: #B6B6B6. Windows color (decimal): -2187567 or 13737694. OLE color: 13737694.

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

Color convert

RGB 222 158 209 -
CMYK 0 0.29 0.06 0.13
HSL 312.19º 0.49% 0.75% -
HSV(B) 312.19º 0.29% 0.87% -
XYZ 53.86 44.59 66.09 -
YUV 182.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 222 158 209 0 0.29 0.06 0.13 312.19 0.49 0.75
Hex DE 9E D1 0 1D 6 D 138 31 4B
Octal 336 236 321 0 35 6 15 470 61 113
Binary 11011110 10011110 11010001 0 11101 110 1101 100111000 110001 1001011

Color Harmonies of #DE9ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9ED1

Black with #DE9ED1

Text Example


Text Example

White with #DE9ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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