Html Css Color HEX #DEA7D6 Plum

📋 copy color: '#DEA7D6'

red 222 ◦ green 167 ◦ blue 214

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

Shades of Plum #DEA7D6

Tints of Plum #DEA7D6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.69%

 BLUE value IS 214 (83.98% from 255) = 35.49%

R = 36.82%
G = 27.69%
B = 35.49%

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

#DEA7D6 (or 0xDEA7D6) is known color: Plum. HEX triplet: DE, A7 and D6. RGB value is (222,167,214). Sum of RGB (Red+Green+Blue) = 222+167+214=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7D6 is #215829. Grayscale: #BCBCBC. Windows color (decimal): -2185258 or 14067678. OLE color: 14067678.

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

Color convert

RGB 222 167 214 -
CMYK 0 0.25 0.04 0.13
HSL 308.73º 0.45% 0.76% -
HSV(B) 308.73º 0.25% 0.87% -
XYZ 56.08 48.02 69.93 -
YUV 188.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 222 167 214 0 0.25 0.04 0.13 308.73 0.45 0.76
Hex DE A7 D6 0 19 4 D 135 2D 4C
Octal 336 247 326 0 31 4 15 465 55 114
Binary 11011110 10100111 11010110 0 11001 100 1101 100110101 101101 1001100

Color Harmonies of #DEA7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7D6

Black with #DEA7D6

Text Example


Text Example

White with #DEA7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7D6; }

 p { color: rgb(222,167,214); }

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

background-color css

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

 a { background-color: rgb(222,167,214); }

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

border-color css

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

 span { border-color: rgb(222,167,214); }

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