Html Css Color HEX #DEA0CD Plum

📋 copy color: '#DEA0CD'

red 222 ◦ green 160 ◦ blue 205

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

Shades of Plum #DEA0CD

Tints of Plum #DEA0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.26%

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

R = 37.82%
G = 27.26%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DEA0CD (or 0xDEA0CD) is known color: Plum. HEX triplet: DE, A0 and CD. RGB value is (222,160,205). Sum of RGB (Red+Green+Blue) = 222+160+205=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0CD is #215F32. Grayscale: #B7B7B7. Windows color (decimal): -2187059 or 13476062. OLE color: 13476062.

HSL color Cylindrical-coordinate representation of color #DEA0CD: hue angle of 316.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA0CD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 160 205 -
CMYK 0 0.28 0.08 0.13
HSL 316.45º 0.48% 0.75% -
HSV(B) 316.45º 0.28% 0.87% -
XYZ 53.71 45.08 63.63 -
YUV 183.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 222 160 205 0 0.28 0.08 0.13 316.45 0.48 0.75
Hex DE A0 CD 0 1C 8 D 13C 30 4B
Octal 336 240 315 0 34 10 15 474 60 113
Binary 11011110 10100000 11001101 0 11100 1000 1101 100111100 110000 1001011

Color Harmonies of #DEA0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0CD

Black with #DEA0CD

Text Example


Text Example

White with #DEA0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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