Html Css Color HEX #D59DD7 Plum

📋 copy color: '#D59DD7'

red 213 ◦ green 157 ◦ blue 215

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

Shades of Plum #D59DD7

Tints of Plum #D59DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.75%

R = 36.41%
G = 26.84%
B = 36.75%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D59DD7 (or 0xD59DD7) is known color: Plum. HEX triplet: D5, 9D and D7. RGB value is (213,157,215). Sum of RGB (Red+Green+Blue) = 213+157+215=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #D59DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD7 is #2A6228. Grayscale: #B4B4B4. Windows color (decimal): -2777641 or 14130645. OLE color: 14130645.

HSL color Cylindrical-coordinate representation of color #D59DD7: hue angle of 297.93º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59DD7 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 215 -
CMYK 0.01 0.27 0 0.16
HSL 297.93º 0.42% 0.73% -
HSV(B) 297.93º 0.27% 0.84% -
XYZ 51.76 43.17 69.89 -
YUV 180.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 213 157 215 0.01 0.27 0 0.16 297.93 0.42 0.73
Hex D5 9D D7 1 1B 0 10 12A 2A 49
Octal 325 235 327 1 33 0 20 452 52 111
Binary 11010101 10011101 11010111 1 11011 0 10000 100101010 101010 1001001

Color Harmonies of #D59DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DD7

Black with #D59DD7

Text Example


Text Example

White with #D59DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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