Html Css Color HEX #D59EDC Plum

📋 copy color: '#D59EDC'

red 213 ◦ green 158 ◦ blue 220

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

Shades of Plum #D59EDC

Tints of Plum #D59EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 36.04%
G = 26.73%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D59EDC (or 0xD59EDC) is known color: Plum. HEX triplet: D5, 9E and DC. RGB value is (213,158,220). Sum of RGB (Red+Green+Blue) = 213+158+220=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #D59EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDC is #2A6123. Grayscale: #B5B5B5. Windows color (decimal): -2777380 or 14458581. OLE color: 14458581.

HSL color Cylindrical-coordinate representation of color #D59EDC: hue angle of 293.23º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59EDC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 158 220 -
CMYK 0.03 0.28 0 0.14
HSL 293.23º 0.47% 0.74% -
HSV(B) 293.23º 0.28% 0.86% -
XYZ 52.59 43.77 73.39 -
YUV 181.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 213 158 220 0.03 0.28 0 0.14 293.23 0.47 0.74
Hex D5 9E DC 3 1C 0 E 125 2F 4A
Octal 325 236 334 3 34 0 16 445 57 112
Binary 11010101 10011110 11011100 11 11100 0 1110 100100101 101111 1001010

Color Harmonies of #D59EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EDC

Black with #D59EDC

Text Example


Text Example

White with #D59EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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