Html Css Color HEX #D59DDB Plum

📋 copy color: '#D59DDB'

red 213 ◦ green 157 ◦ blue 219

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

Shades of Plum #D59DDB

Tints of Plum #D59DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.66%

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

R = 36.16%
G = 26.66%
B = 37.18%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D59DDB (or 0xD59DDB) is known color: Plum. HEX triplet: D5, 9D and DB. RGB value is (213,157,219). Sum of RGB (Red+Green+Blue) = 213+157+219=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DDB is #2A6224. Grayscale: #B4B4B4. Windows color (decimal): -2777637 or 14392789. OLE color: 14392789.

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

Color convert

RGB 213 157 219 -
CMYK 0.03 0.28 0 0.14
HSL 294.19º 0.46% 0.74% -
HSV(B) 294.19º 0.28% 0.86% -
XYZ 52.28 43.37 72.63 -
YUV 180.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 213 157 219 0.03 0.28 0 0.14 294.19 0.46 0.74
Hex D5 9D DB 3 1C 0 E 126 2E 4A
Octal 325 235 333 3 34 0 16 446 56 112
Binary 11010101 10011101 11011011 11 11100 0 1110 100100110 101110 1001010

Color Harmonies of #D59DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DDB

Black with #D59DDB

Text Example


Text Example

White with #D59DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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