Html Css Color HEX #DEA9E9 Plum

📋 copy color: '#DEA9E9'

red 222 ◦ green 169 ◦ blue 233

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

Shades of Plum #DEA9E9

Tints of Plum #DEA9E9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.08%

 BLUE value IS 233 (91.41% from 255) = 37.34%

R = 35.58%
G = 27.08%
B = 37.34%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEA9E9 (or 0xDEA9E9) is known color: Plum. HEX triplet: DE, A9 and E9. RGB value is (222,169,233). Sum of RGB (Red+Green+Blue) = 222+169+233=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9E9 is #215616. Grayscale: #BFBFBF. Windows color (decimal): -2184727 or 15313374. OLE color: 15313374.

HSL color Cylindrical-coordinate representation of color #DEA9E9: hue angle of 289.69º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA9E9 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 169 233 -
CMYK 0.05 0.27 0 0.09
HSL 289.69º 0.59% 0.79% -
HSV(B) 289.69º 0.27% 0.91% -
XYZ 59.02 49.79 83.59 -
YUV 192.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 222 169 233 0.05 0.27 0 0.09 289.69 0.59 0.79
Hex DE A9 E9 5 1B 0 9 122 3B 4F
Octal 336 251 351 5 33 0 11 442 73 117
Binary 11011110 10101001 11101001 101 11011 0 1001 100100010 111011 1001111

Color Harmonies of #DEA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9E9

Black with #DEA9E9

Text Example


Text Example

White with #DEA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9E9; }

 p { color: rgb(222,169,233); }

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

background-color css

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

 a { background-color: rgb(222,169,233); }

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

border-color css

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

 span { border-color: rgb(222,169,233); }

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