Html Css Color HEX #DEA0E0 Plum

📋 copy color: '#DEA0E0'

red 222 ◦ green 160 ◦ blue 224

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

Shades of Plum #DEA0E0

Tints of Plum #DEA0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.96%

R = 36.63%
G = 26.4%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEA0E0 (or 0xDEA0E0) is known color: Plum. HEX triplet: DE, A0 and E0. RGB value is (222,160,224). Sum of RGB (Red+Green+Blue) = 222+160+224=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0E0 is #215F1F. Grayscale: #B9B9B9. Windows color (decimal): -2187040 or 14721246. OLE color: 14721246.

HSL color Cylindrical-coordinate representation of color #DEA0E0: hue angle of 298.12º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA0E0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 160 224 -
CMYK 0.01 0.29 0 0.12
HSL 298.13º 0.51% 0.75% -
HSV(B) 298.13º 0.29% 0.88% -
XYZ 56.15 46.05 76.45 -
YUV 185.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 222 160 224 0.01 0.29 0 0.12 298.13 0.51 0.75
Hex DE A0 E0 1 1D 0 C 12A 33 4B
Octal 336 240 340 1 35 0 14 452 63 113
Binary 11011110 10100000 11100000 1 11101 0 1100 100101010 110011 1001011

Color Harmonies of #DEA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0E0

Black with #DEA0E0

Text Example


Text Example

White with #DEA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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