Html Css Color HEX #DE91DB Plum

📋 copy color: '#DE91DB'

red 222 ◦ green 145 ◦ blue 219

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

Shades of Plum #DE91DB

Tints of Plum #DE91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.74%

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

R = 37.88%
G = 24.74%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE91DB (or 0xDE91DB) is known color: Plum. HEX triplet: DE, 91 and DB. RGB value is (222,145,219). Sum of RGB (Red+Green+Blue) = 222+145+219=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DB is #216E24. Grayscale: #B0B0B0. Windows color (decimal): -2190885 or 14389726. OLE color: 14389726.

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

Color convert

RGB 222 145 219 -
CMYK 0 0.35 0.01 0.13
HSL 302.34º 0.54% 0.72% -
HSV(B) 302.34º 0.35% 0.87% -
XYZ 53.04 40.89 72.12 -
YUV 176.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 222 145 219 0 0.35 0.01 0.13 302.34 0.54 0.72
Hex DE 91 DB 0 23 1 D 12E 36 48
Octal 336 221 333 0 43 1 15 456 66 110
Binary 11011110 10010001 11011011 0 100011 1 1101 100101110 110110 1001000

Color Harmonies of #DE91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE91DB

Black with #DE91DB

Text Example


Text Example

White with #DE91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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