Html Css Color HEX #DEA0E2 Plum

📋 copy color: '#DEA0E2'

red 222 ◦ green 160 ◦ blue 226

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

Shades of Plum #DEA0E2

Tints of Plum #DEA0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 36.51%
G = 26.32%
B = 37.17%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEA0E2 (or 0xDEA0E2) is known color: Plum. HEX triplet: DE, A0 and E2. RGB value is (222,160,226). Sum of RGB (Red+Green+Blue) = 222+160+226=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEA0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0E2 is #215F1D. Grayscale: #B9B9B9. Windows color (decimal): -2187038 or 14852318. OLE color: 14852318.

HSL color Cylindrical-coordinate representation of color #DEA0E2: hue angle of 296.36º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA0E2 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 160 226 -
CMYK 0.02 0.29 0 0.11
HSL 296.36º 0.53% 0.76% -
HSV(B) 296.36º 0.29% 0.89% -
XYZ 56.42 46.16 77.89 -
YUV 186.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 222 160 226 0.02 0.29 0 0.11 296.36 0.53 0.76
Hex DE A0 E2 2 1D 0 B 128 35 4C
Octal 336 240 342 2 35 0 13 450 65 114
Binary 11011110 10100000 11100010 10 11101 0 1011 100101000 110101 1001100

Color Harmonies of #DEA0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0E2

Black with #DEA0E2

Text Example


Text Example

White with #DEA0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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