Html Css Color HEX #D59EDE Plum

📋 copy color: '#D59EDE'

red 213 ◦ green 158 ◦ blue 222

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

Shades of Plum #D59EDE

Tints of Plum #D59EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 35.92%
G = 26.64%
B = 37.44%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D59EDE (or 0xD59EDE) is known color: Plum. HEX triplet: D5, 9E and DE. RGB value is (213,158,222). Sum of RGB (Red+Green+Blue) = 213+158+222=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D59EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDE is #2A6121. Grayscale: #B5B5B5. Windows color (decimal): -2777378 or 14589653. OLE color: 14589653.

HSL color Cylindrical-coordinate representation of color #D59EDE: hue angle of 291.56º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59EDE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 158 222 -
CMYK 0.04 0.29 0 0.13
HSL 291.56º 0.49% 0.75% -
HSV(B) 291.56º 0.29% 0.87% -
XYZ 52.85 43.87 74.79 -
YUV 181.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 213 158 222 0.04 0.29 0 0.13 291.56 0.49 0.75
Hex D5 9E DE 4 1D 0 D 124 31 4B
Octal 325 236 336 4 35 0 15 444 61 113
Binary 11010101 10011110 11011110 100 11101 0 1101 100100100 110001 1001011

Color Harmonies of #D59EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EDE

Black with #D59EDE

Text Example


Text Example

White with #D59EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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