Html Css Color HEX #D59BDB Plum

📋 copy color: '#D59BDB'

red 213 ◦ green 155 ◦ blue 219

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

Shades of Plum #D59BDB

Tints of Plum #D59BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.41%

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

R = 36.29%
G = 26.41%
B = 37.31%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D59BDB (or 0xD59BDB) is known color: Plum. HEX triplet: D5, 9B and DB. RGB value is (213,155,219). Sum of RGB (Red+Green+Blue) = 213+155+219=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BDB is #2A6424. Grayscale: #B3B3B3. Windows color (decimal): -2778149 or 14392277. OLE color: 14392277.

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

Color convert

RGB 213 155 219 -
CMYK 0.03 0.29 0 0.14
HSL 294.38º 0.47% 0.73% -
HSV(B) 294.38º 0.29% 0.86% -
XYZ 51.95 42.7 72.52 -
YUV 179.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 213 155 219 0.03 0.29 0 0.14 294.38 0.47 0.73
Hex D5 9B DB 3 1D 0 E 126 2F 49
Octal 325 233 333 3 35 0 16 446 57 111
Binary 11010101 10011011 11011011 11 11101 0 1110 100100110 101111 1001001

Color Harmonies of #D59BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BDB

Black with #D59BDB

Text Example


Text Example

White with #D59BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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