Html Css Color HEX #DEA5DB Plum

📋 copy color: '#DEA5DB'

red 222 ◦ green 165 ◦ blue 219

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

Shades of Plum #DEA5DB

Tints of Plum #DEA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.23%

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

R = 36.63%
G = 27.23%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEA5DB (or 0xDEA5DB) is known color: Plum. HEX triplet: DE, A5 and DB. RGB value is (222,165,219). Sum of RGB (Red+Green+Blue) = 222+165+219=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5DB is #215A24. Grayscale: #BCBCBC. Windows color (decimal): -2185765 or 14394846. OLE color: 14394846.

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

Color convert

RGB 222 165 219 -
CMYK 0 0.26 0.01 0.13
HSL 303.16º 0.46% 0.76% -
HSV(B) 303.16º 0.26% 0.87% -
XYZ 56.37 47.55 73.23 -
YUV 188.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 222 165 219 0 0.26 0.01 0.13 303.16 0.46 0.76
Hex DE A5 DB 0 1A 1 D 12F 2E 4C
Octal 336 245 333 0 32 1 15 457 56 114
Binary 11011110 10100101 11011011 0 11010 1 1101 100101111 101110 1001100

Color Harmonies of #DEA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5DB

Black with #DEA5DB

Text Example


Text Example

White with #DEA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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