Html Css Color HEX #DE9ED2 Plum

📋 copy color: '#DE9ED2'

red 222 ◦ green 158 ◦ blue 210

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

Shades of Plum #DE9ED2

Tints of Plum #DE9ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 37.63%
G = 26.78%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE9ED2 (or 0xDE9ED2) is known color: Plum. HEX triplet: DE, 9E and D2. RGB value is (222,158,210). Sum of RGB (Red+Green+Blue) = 222+158+210=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ED2 is #21612D. Grayscale: #B6B6B6. Windows color (decimal): -2187566 or 13803230. OLE color: 13803230.

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

Color convert

RGB 222 158 210 -
CMYK 0 0.29 0.05 0.13
HSL 311.25º 0.49% 0.75% -
HSV(B) 311.25º 0.29% 0.87% -
XYZ 53.98 44.64 66.74 -
YUV 183.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 222 158 210 0 0.29 0.05 0.13 311.25 0.49 0.75
Hex DE 9E D2 0 1D 5 D 137 31 4B
Octal 336 236 322 0 35 5 15 467 61 113
Binary 11011110 10011110 11010010 0 11101 101 1101 100110111 110001 1001011

Color Harmonies of #DE9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9ED2

Black with #DE9ED2

Text Example


Text Example

White with #DE9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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