Html Css Color HEX #D58ED9 Plum

📋 copy color: '#D58ED9'

red 213 ◦ green 142 ◦ blue 217

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

Shades of Plum #D58ED9

Tints of Plum #D58ED9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.83%

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 37.24%
G = 24.83%
B = 37.94%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D58ED9 (or 0xD58ED9) is known color: Plum. HEX triplet: D5, 8E and D9. RGB value is (213,142,217). Sum of RGB (Red+Green+Blue) = 213+142+217=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #D58ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ED9 is #2A7126. Grayscale: #ABABAB. Windows color (decimal): -2781479 or 14257877. OLE color: 14257877.

HSL color Cylindrical-coordinate representation of color #D58ED9: hue angle of 296.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58ED9 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 142 217 -
CMYK 0.02 0.35 0 0.15
HSL 296.8º 0.5% 0.7% -
HSV(B) 296.8º 0.35% 0.85% -
XYZ 49.64 38.5 70.46 -
YUV 171.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 213 142 217 0.02 0.35 0 0.15 296.8 0.5 0.7
Hex D5 8E D9 2 23 0 F 129 32 46
Octal 325 216 331 2 43 0 17 451 62 106
Binary 11010101 10001110 11011001 10 100011 0 1111 100101001 110010 1000110

Color Harmonies of #D58ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ED9

Black with #D58ED9

Text Example


Text Example

White with #D58ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ED9; }

 p { color: rgb(213,142,217); }

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

background-color css

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

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

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

border-color css

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

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

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