Html Css Color HEX #D59DD9 Plum

📋 copy color: '#D59DD9'

red 213 ◦ green 157 ◦ blue 217

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

Shades of Plum #D59DD9

Tints of Plum #D59DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 36.29%
G = 26.75%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D59DD9 (or 0xD59DD9) is known color: Plum. HEX triplet: D5, 9D and D9. RGB value is (213,157,217). Sum of RGB (Red+Green+Blue) = 213+157+217=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #D59DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD9 is #2A6226. Grayscale: #B4B4B4. Windows color (decimal): -2777639 or 14261717. OLE color: 14261717.

HSL color Cylindrical-coordinate representation of color #D59DD9: hue angle of 296º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59DD9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 157 217 -
CMYK 0.02 0.28 0 0.15
HSL 296º 0.44% 0.73% -
HSV(B) 296º 0.28% 0.85% -
XYZ 52.02 43.27 71.26 -
YUV 180.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 213 157 217 0.02 0.28 0 0.15 296 0.44 0.73
Hex D5 9D D9 2 1C 0 F 128 2C 49
Octal 325 235 331 2 34 0 17 450 54 111
Binary 11010101 10011101 11011001 10 11100 0 1111 100101000 101100 1001001

Color Harmonies of #D59DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DD9

Black with #D59DD9

Text Example


Text Example

White with #D59DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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