Html Css Color HEX #DEA0DA Plum

📋 copy color: '#DEA0DA'

red 222 ◦ green 160 ◦ blue 218

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

Shades of Plum #DEA0DA

Tints of Plum #DEA0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 37%
G = 26.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEA0DA (or 0xDEA0DA) is known color: Plum. HEX triplet: DE, A0 and DA. RGB value is (222,160,218). Sum of RGB (Red+Green+Blue) = 222+160+218=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0DA is #215F25. Grayscale: #B8B8B8. Windows color (decimal): -2187046 or 14328030. OLE color: 14328030.

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

Color convert

RGB 222 160 218 -
CMYK 0 0.28 0.02 0.13
HSL 303.87º 0.48% 0.75% -
HSV(B) 303.87º 0.28% 0.87% -
XYZ 55.35 45.73 72.24 -
YUV 185.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 222 160 218 0 0.28 0.02 0.13 303.87 0.48 0.75
Hex DE A0 DA 0 1C 2 D 130 30 4B
Octal 336 240 332 0 34 2 15 460 60 113
Binary 11011110 10100000 11011010 0 11100 10 1101 100110000 110000 1001011

Color Harmonies of #DEA0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0DA

Black with #DEA0DA

Text Example


Text Example

White with #DEA0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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