Html Css Color HEX #D59ED0 Plum

📋 copy color: '#D59ED0'

red 213 ◦ green 158 ◦ blue 208

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

Shades of Plum #D59ED0

Tints of Plum #D59ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 36.79%
G = 27.29%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D59ED0 (or 0xD59ED0) is known color: Plum. HEX triplet: D5, 9E and D0. RGB value is (213,158,208). Sum of RGB (Red+Green+Blue) = 213+158+208=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ED0 is #2A612F. Grayscale: #B4B4B4. Windows color (decimal): -2777392 or 13672149. OLE color: 13672149.

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

Color convert

RGB 213 158 208 -
CMYK 0 0.26 0.02 0.16
HSL 305.45º 0.4% 0.73% -
HSV(B) 305.45º 0.26% 0.84% -
XYZ 51.05 43.15 65.31 -
YUV 180.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 213 158 208 0 0.26 0.02 0.16 305.45 0.4 0.73
Hex D5 9E D0 0 1A 2 10 131 28 49
Octal 325 236 320 0 32 2 20 461 50 111
Binary 11010101 10011110 11010000 0 11010 10 10000 100110001 101000 1001001

Color Harmonies of #D59ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59ED0

Black with #D59ED0

Text Example


Text Example

White with #D59ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59ED0; }

 p { color: rgb(213,158,208); }

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

background-color css

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

 a { background-color: rgb(213,158,208); }

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

border-color css

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

 span { border-color: rgb(213,158,208); }

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