Html Css Color HEX #DEA4E0 Plum

📋 copy color: '#DEA4E0'

red 222 ◦ green 164 ◦ blue 224

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

Shades of Plum #DEA4E0

Tints of Plum #DEA4E0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.89%

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

R = 36.39%
G = 26.89%
B = 36.72%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEA4E0 (or 0xDEA4E0) is known color: Plum. HEX triplet: DE, A4 and E0. RGB value is (222,164,224). Sum of RGB (Red+Green+Blue) = 222+164+224=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA4E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4E0 is #215B1F. Grayscale: #BCBCBC. Windows color (decimal): -2186016 or 14722270. OLE color: 14722270.

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

Color convert

RGB 222 164 224 -
CMYK 0.01 0.27 0 0.12
HSL 298º 0.49% 0.76% -
HSV(B) 298º 0.27% 0.88% -
XYZ 56.85 47.46 76.69 -
YUV 188.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 222 164 224 0.01 0.27 0 0.12 298 0.49 0.76
Hex DE A4 E0 1 1B 0 C 12A 31 4C
Octal 336 244 340 1 33 0 14 452 61 114
Binary 11011110 10100100 11100000 1 11011 0 1100 100101010 110001 1001100

Color Harmonies of #DEA4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA4E0

Black with #DEA4E0

Text Example


Text Example

White with #DEA4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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