Html Css Color HEX #DEA7DB Plum

📋 copy color: '#DEA7DB'

red 222 ◦ green 167 ◦ blue 219

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

Shades of Plum #DEA7DB

Tints of Plum #DEA7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 36.51%
G = 27.47%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEA7DB (or 0xDEA7DB) is known color: Plum. HEX triplet: DE, A7 and DB. RGB value is (222,167,219). Sum of RGB (Red+Green+Blue) = 222+167+219=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7DB is #215824. Grayscale: #BDBDBD. Windows color (decimal): -2185253 or 14395358. OLE color: 14395358.

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

Color convert

RGB 222 167 219 -
CMYK 0 0.25 0.01 0.13
HSL 303.27º 0.45% 0.76% -
HSV(B) 303.27º 0.25% 0.87% -
XYZ 56.73 48.28 73.35 -
YUV 189.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 222 167 219 0 0.25 0.01 0.13 303.27 0.45 0.76
Hex DE A7 DB 0 19 1 D 12F 2D 4C
Octal 336 247 333 0 31 1 15 457 55 114
Binary 11011110 10100111 11011011 0 11001 1 1101 100101111 101101 1001100

Color Harmonies of #DEA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7DB

Black with #DEA7DB

Text Example


Text Example

White with #DEA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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