Html Css Color HEX #D590DB Plum

📋 copy color: '#D590DB'

red 213 ◦ green 144 ◦ blue 219

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

Shades of Plum #D590DB

Tints of Plum #D590DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25%

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

R = 36.98%
G = 25%
B = 38.02%

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

#D590DB (or 0xD590DB) is known color: Plum. HEX triplet: D5, 90 and DB. RGB value is (213,144,219). Sum of RGB (Red+Green+Blue) = 213+144+219=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D590DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590DB is #2A6F24. Grayscale: #ACACAC. Windows color (decimal): -2780965 or 14389461. OLE color: 14389461.

HSL color Cylindrical-coordinate representation of color #D590DB: hue angle of 295.2º 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 #D590DB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 144 219 -
CMYK 0.03 0.34 0 0.14
HSL 295.2º 0.51% 0.71% -
HSV(B) 295.2º 0.34% 0.86% -
XYZ 50.2 39.21 71.94 -
YUV 173.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 213 144 219 0.03 0.34 0 0.14 295.2 0.51 0.71
Hex D5 90 DB 3 22 0 E 127 33 47
Octal 325 220 333 3 42 0 16 447 63 107
Binary 11010101 10010000 11011011 11 100010 0 1110 100100111 110011 1000111

Color Harmonies of #D590DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590DB

Black with #D590DB

Text Example


Text Example

White with #D590DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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