Html Css Color HEX #DEA8D8 Plum

📋 copy color: '#DEA8D8'

red 222 ◦ green 168 ◦ blue 216

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

Shades of Plum #DEA8D8

Tints of Plum #DEA8D8

RGB

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

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

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

R = 36.63%
G = 27.72%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEA8D8 (or 0xDEA8D8) is known color: Plum. HEX triplet: DE, A8 and D8. RGB value is (222,168,216). Sum of RGB (Red+Green+Blue) = 222+168+216=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D8 is #215727. Grayscale: #BDBDBD. Windows color (decimal): -2185000 or 14199006. OLE color: 14199006.

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

Color convert

RGB 222 168 216 -
CMYK 0 0.24 0.03 0.13
HSL 306.67º 0.45% 0.76% -
HSV(B) 306.67º 0.24% 0.87% -
XYZ 56.52 48.49 71.35 -
YUV 189.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 222 168 216 0 0.24 0.03 0.13 306.67 0.45 0.76
Hex DE A8 D8 0 18 3 D 133 2D 4C
Octal 336 250 330 0 30 3 15 463 55 114
Binary 11011110 10101000 11011000 0 11000 11 1101 100110011 101101 1001100

Color Harmonies of #DEA8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8D8

Black with #DEA8D8

Text Example


Text Example

White with #DEA8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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