Html Css Color HEX #DEA8E9 Plum

📋 copy color: '#DEA8E9'

red 222 ◦ green 168 ◦ blue 233

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

Shades of Plum #DEA8E9

Tints of Plum #DEA8E9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

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

R = 35.63%
G = 26.97%
B = 37.4%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEA8E9 (or 0xDEA8E9) is known color: Plum. HEX triplet: DE, A8 and E9. RGB value is (222,168,233). Sum of RGB (Red+Green+Blue) = 222+168+233=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEA8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8E9 is #215716. Grayscale: #BFBFBF. Windows color (decimal): -2184983 or 15313118. OLE color: 15313118.

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

Color convert

RGB 222 168 233 -
CMYK 0.05 0.28 0 0.09
HSL 289.85º 0.6% 0.79% -
HSV(B) 289.85º 0.28% 0.91% -
XYZ 58.83 49.42 83.53 -
YUV 191.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 222 168 233 0.05 0.28 0 0.09 289.85 0.6 0.79
Hex DE A8 E9 5 1C 0 9 122 3C 4F
Octal 336 250 351 5 34 0 11 442 74 117
Binary 11011110 10101000 11101001 101 11100 0 1001 100100010 111100 1001111

Color Harmonies of #DEA8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8E9

Black with #DEA8E9

Text Example


Text Example

White with #DEA8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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