Html Css Color HEX #D591DB Plum

📋 copy color: '#D591DB'

red 213 ◦ green 145 ◦ blue 219

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

Shades of Plum #D591DB

Tints of Plum #D591DB

RGB

 RED value IS 213 (83.59% from 255) = 36.92%

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

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

R = 36.92%
G = 25.13%
B = 37.95%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D591DB (or 0xD591DB) is known color: Plum. HEX triplet: D5, 91 and DB. RGB value is (213,145,219). Sum of RGB (Red+Green+Blue) = 213+145+219=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D591DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591DB is #2A6E24. Grayscale: #ADADAD. Windows color (decimal): -2780709 or 14389717. OLE color: 14389717.

HSL color Cylindrical-coordinate representation of color #D591DB: hue angle of 295.14º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D591DB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 145 219 -
CMYK 0.03 0.34 0 0.14
HSL 295.14º 0.51% 0.71% -
HSV(B) 295.14º 0.34% 0.86% -
XYZ 50.35 39.51 71.99 -
YUV 173.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 213 145 219 0.03 0.34 0 0.14 295.14 0.51 0.71
Hex D5 91 DB 3 22 0 E 127 33 47
Octal 325 221 333 3 42 0 16 447 63 107
Binary 11010101 10010001 11011011 11 100010 0 1110 100100111 110011 1000111

Color Harmonies of #D591DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591DB

Black with #D591DB

Text Example


Text Example

White with #D591DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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