Html Css Color HEX #D59ED5 Plum

📋 copy color: '#D59ED5'

red 213 ◦ green 158 ◦ blue 213

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

Shades of Plum #D59ED5

Tints of Plum #D59ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.47%

R = 36.47%
G = 27.05%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D59ED5 (or 0xD59ED5) is known color: Plum. HEX triplet: D5, 9E and D5. RGB value is (213,158,213). Sum of RGB (Red+Green+Blue) = 213+158+213=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D59ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ED5 is #2A612A. Grayscale: #B4B4B4. Windows color (decimal): -2777387 or 13999829. OLE color: 13999829.

HSL color Cylindrical-coordinate representation of color #D59ED5: hue angle of 300º 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 #D59ED5 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 213 -
CMYK 0 0.26 0 0.16
HSL 300º 0.4% 0.73% -
HSV(B) 300º 0.26% 0.84% -
XYZ 51.68 43.4 68.6 -
YUV 180.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 213 158 213 0 0.26 0 0.16 300 0.4 0.73
Hex D5 9E D5 0 1A 0 10 12C 28 49
Octal 325 236 325 0 32 0 20 454 50 111
Binary 11010101 10011110 11010101 0 11010 0 10000 100101100 101000 1001001

Color Harmonies of #D59ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59ED5

Black with #D59ED5

Text Example


Text Example

White with #D59ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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