Html Css Color HEX #DEA3D7 Plum

📋 copy color: '#DEA3D7'

red 222 ◦ green 163 ◦ blue 215

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

Shades of Plum #DEA3D7

Tints of Plum #DEA3D7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.17%

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 37%
G = 27.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEA3D7 (or 0xDEA3D7) is known color: Plum. HEX triplet: DE, A3 and D7. RGB value is (222,163,215). Sum of RGB (Red+Green+Blue) = 222+163+215=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3D7 is #215C28. Grayscale: #BABABA. Windows color (decimal): -2186281 or 14132190. OLE color: 14132190.

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

Color convert

RGB 222 163 215 -
CMYK 0 0.27 0.03 0.13
HSL 307.12º 0.47% 0.75% -
HSV(B) 307.12º 0.27% 0.87% -
XYZ 55.49 46.63 70.37 -
YUV 186.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 222 163 215 0 0.27 0.03 0.13 307.12 0.47 0.75
Hex DE A3 D7 0 1B 3 D 133 2F 4B
Octal 336 243 327 0 33 3 15 463 57 113
Binary 11011110 10100011 11010111 0 11011 11 1101 100110011 101111 1001011

Color Harmonies of #DEA3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA3D7

Black with #DEA3D7

Text Example


Text Example

White with #DEA3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA3D7; }

 p { color: rgb(222,163,215); }

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

background-color css

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

 a { background-color: rgb(222,163,215); }

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

border-color css

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

 span { border-color: rgb(222,163,215); }

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