Html Css Color HEX #DEA6D5 Plum

📋 copy color: '#DEA6D5'

red 222 ◦ green 166 ◦ blue 213

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

Shades of Plum #DEA6D5

Tints of Plum #DEA6D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.44%

R = 36.94%
G = 27.62%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DEA6D5 (or 0xDEA6D5) is known color: Plum. HEX triplet: DE, A6 and D5. RGB value is (222,166,213). Sum of RGB (Red+Green+Blue) = 222+166+213=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6D5 is #21592A. Grayscale: #BBBBBB. Windows color (decimal): -2185515 or 14001886. OLE color: 14001886.

HSL color Cylindrical-coordinate representation of color #DEA6D5: hue angle of 309.64º 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 #DEA6D5 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 213 -
CMYK 0 0.25 0.04 0.13
HSL 309.64º 0.46% 0.76% -
HSV(B) 309.64º 0.25% 0.87% -
XYZ 55.77 47.61 69.2 -
YUV 188.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 222 166 213 0 0.25 0.04 0.13 309.64 0.46 0.76
Hex DE A6 D5 0 19 4 D 136 2E 4C
Octal 336 246 325 0 31 4 15 466 56 114
Binary 11011110 10100110 11010101 0 11001 100 1101 100110110 101110 1001100

Color Harmonies of #DEA6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6D5

Black with #DEA6D5

Text Example


Text Example

White with #DEA6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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