Html Css Color HEX #D599DB Plum

📋 copy color: '#D599DB'

red 213 ◦ green 153 ◦ blue 219

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

Shades of Plum #D599DB

Tints of Plum #D599DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.15%

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

R = 36.41%
G = 26.15%
B = 37.44%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D599DB (or 0xD599DB) is known color: Plum. HEX triplet: D5, 99 and DB. RGB value is (213,153,219). Sum of RGB (Red+Green+Blue) = 213+153+219=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D599DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DB is #2A6624. Grayscale: #B2B2B2. Windows color (decimal): -2778661 or 14391765. OLE color: 14391765.

HSL color Cylindrical-coordinate representation of color #D599DB: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D599DB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 153 219 -
CMYK 0.03 0.30 0 0.14
HSL 294.55º 0.48% 0.73% -
HSV(B) 294.55º 0.3% 0.86% -
XYZ 51.62 42.04 72.41 -
YUV 178.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 213 153 219 0.03 0.30 0 0.14 294.55 0.48 0.73
Hex D5 99 DB 3 1E 0 E 127 30 49
Octal 325 231 333 3 36 0 16 447 60 111
Binary 11010101 10011001 11011011 11 11110 0 1110 100100111 110000 1001001

Color Harmonies of #D599DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599DB

Black with #D599DB

Text Example


Text Example

White with #D599DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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