Html Css Color HEX #DEA5D9 Plum

📋 copy color: '#DEA5D9'

red 222 ◦ green 165 ◦ blue 217

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

Shades of Plum #DEA5D9

Tints of Plum #DEA5D9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.32%

 BLUE value IS 217 (85.16% from 255) = 35.93%

R = 36.75%
G = 27.32%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEA5D9 (or 0xDEA5D9) is known color: Plum. HEX triplet: DE, A5 and D9. RGB value is (222,165,217). Sum of RGB (Red+Green+Blue) = 222+165+217=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5D9 is #215A26. Grayscale: #BBBBBB. Windows color (decimal): -2185767 or 14263774. OLE color: 14263774.

HSL color Cylindrical-coordinate representation of color #DEA5D9: hue angle of 305.26º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA5D9 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 165 217 -
CMYK 0 0.26 0.02 0.13
HSL 305.26º 0.46% 0.76% -
HSV(B) 305.26º 0.26% 0.87% -
XYZ 56.1 47.45 71.85 -
YUV 187.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 222 165 217 0 0.26 0.02 0.13 305.26 0.46 0.76
Hex DE A5 D9 0 1A 2 D 131 2E 4C
Octal 336 245 331 0 32 2 15 461 56 114
Binary 11011110 10100101 11011001 0 11010 10 1101 100110001 101110 1001100

Color Harmonies of #DEA5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5D9

Black with #DEA5D9

Text Example


Text Example

White with #DEA5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5D9; }

 p { color: rgb(222,165,217); }

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

background-color css

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

 a { background-color: rgb(222,165,217); }

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

border-color css

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

 span { border-color: rgb(222,165,217); }

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