Html Css Color HEX #DE9DDD Plum

📋 copy color: '#DE9DDD'

red 222 ◦ green 157 ◦ blue 221

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

Shades of Plum #DE9DDD

Tints of Plum #DE9DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.17%

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 37%
G = 26.17%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE9DDD (or 0xDE9DDD) is known color: Plum. HEX triplet: DE, 9D and DD. RGB value is (222,157,221). Sum of RGB (Red+Green+Blue) = 222+157+221=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DDD is #216222. Grayscale: #B7B7B7. Windows color (decimal): -2187811 or 14523870. OLE color: 14523870.

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

Color convert

RGB 222 157 221 -
CMYK 0 0.29 0.00 0.13
HSL 300.92º 0.5% 0.74% -
HSV(B) 300.92º 0.29% 0.87% -
XYZ 55.23 44.86 74.16 -
YUV 183.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 222 157 221 0 0.29 0.00 0.13 300.92 0.5 0.74
Hex DE 9D DD 0 1D 0 D 12D 32 4A
Octal 336 235 335 0 35 0 15 455 62 112
Binary 11011110 10011101 11011101 0 11101 0 1101 100101101 110010 1001010

Color Harmonies of #DE9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9DDD

Black with #DE9DDD

Text Example


Text Example

White with #DE9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9DDD; }

 p { color: rgb(222,157,221); }

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

background-color css

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

 a { background-color: rgb(222,157,221); }

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

border-color css

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

 span { border-color: rgb(222,157,221); }

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