Html Css Color HEX #DE9DCD Plum

📋 copy color: '#DE9DCD'

red 222 ◦ green 157 ◦ blue 205

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

Shades of Plum #DE9DCD

Tints of Plum #DE9DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 38.01%
G = 26.88%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE9DCD (or 0xDE9DCD) is known color: Plum. HEX triplet: DE, 9D and CD. RGB value is (222,157,205). Sum of RGB (Red+Green+Blue) = 222+157+205=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DCD is #216232. Grayscale: #B5B5B5. Windows color (decimal): -2187827 or 13475294. OLE color: 13475294.

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

Color convert

RGB 222 157 205 -
CMYK 0 0.29 0.08 0.13
HSL 315.69º 0.5% 0.74% -
HSV(B) 315.69º 0.29% 0.87% -
XYZ 53.2 44.05 63.46 -
YUV 181.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 222 157 205 0 0.29 0.08 0.13 315.69 0.5 0.74
Hex DE 9D CD 0 1D 8 D 13C 32 4A
Octal 336 235 315 0 35 10 15 474 62 112
Binary 11011110 10011101 11001101 0 11101 1000 1101 100111100 110010 1001010

Color Harmonies of #DE9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9DCD

Black with #DE9DCD

Text Example


Text Example

White with #DE9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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