Html Css Color HEX #DEA0E1 Plum

📋 copy color: '#DEA0E1'

red 222 ◦ green 160 ◦ blue 225

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

Shades of Plum #DEA0E1

Tints of Plum #DEA0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 36.57%
G = 26.36%
B = 37.07%

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

#DEA0E1 (or 0xDEA0E1) is known color: Plum. HEX triplet: DE, A0 and E1. RGB value is (222,160,225). Sum of RGB (Red+Green+Blue) = 222+160+225=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEA0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0E1 is #215F1E. Grayscale: #B9B9B9. Windows color (decimal): -2187039 or 14786782. OLE color: 14786782.

HSL color Cylindrical-coordinate representation of color #DEA0E1: hue angle of 297.23º degrees, saturation: 0.52, 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 #DEA0E1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 160 225 -
CMYK 0.01 0.29 0 0.12
HSL 297.23º 0.52% 0.75% -
HSV(B) 297.23º 0.29% 0.88% -
XYZ 56.29 46.11 77.17 -
YUV 185.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 222 160 225 0.01 0.29 0 0.12 297.23 0.52 0.75
Hex DE A0 E1 1 1D 0 C 129 34 4B
Octal 336 240 341 1 35 0 14 451 64 113
Binary 11011110 10100000 11100001 1 11101 0 1100 100101001 110100 1001011

Color Harmonies of #DEA0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0E1

Black with #DEA0E1

Text Example


Text Example

White with #DEA0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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