Html Css Color HEX #DEA6D8 Plum

📋 copy color: '#DEA6D8'

red 222 ◦ green 166 ◦ blue 216

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

Shades of Plum #DEA6D8

Tints of Plum #DEA6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.48%

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 36.75%
G = 27.48%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEA6D8 (or 0xDEA6D8) is known color: Plum. HEX triplet: DE, A6 and D8. RGB value is (222,166,216). Sum of RGB (Red+Green+Blue) = 222+166+216=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6D8 is #215927. Grayscale: #BCBCBC. Windows color (decimal): -2185512 or 14198494. OLE color: 14198494.

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

Color convert

RGB 222 166 216 -
CMYK 0 0.25 0.03 0.13
HSL 306.43º 0.46% 0.76% -
HSV(B) 306.43º 0.25% 0.87% -
XYZ 56.16 47.76 71.22 -
YUV 188.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 222 166 216 0 0.25 0.03 0.13 306.43 0.46 0.76
Hex DE A6 D8 0 19 3 D 132 2E 4C
Octal 336 246 330 0 31 3 15 462 56 114
Binary 11011110 10100110 11011000 0 11001 11 1101 100110010 101110 1001100

Color Harmonies of #DEA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6D8

Black with #DEA6D8

Text Example


Text Example

White with #DEA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6D8; }

 p { color: rgb(222,166,216); }

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

background-color css

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

 a { background-color: rgb(222,166,216); }

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

border-color css

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

 span { border-color: rgb(222,166,216); }

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