Html Css Color HEX #D58EDC Plum

📋 copy color: '#D58EDC'

red 213 ◦ green 142 ◦ blue 220

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

Shades of Plum #D58EDC

Tints of Plum #D58EDC

RGB

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

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

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

R = 37.04%
G = 24.7%
B = 38.26%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D58EDC (or 0xD58EDC) is known color: Plum. HEX triplet: D5, 8E and DC. RGB value is (213,142,220). Sum of RGB (Red+Green+Blue) = 213+142+220=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D58EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EDC is #2A7123. Grayscale: #ABABAB. Windows color (decimal): -2781476 or 14454485. OLE color: 14454485.

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

Color convert

RGB 213 142 220 -
CMYK 0.03 0.35 0 0.14
HSL 294.62º 0.53% 0.71% -
HSV(B) 294.62º 0.35% 0.86% -
XYZ 50.03 38.66 72.54 -
YUV 172.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 213 142 220 0.03 0.35 0 0.14 294.62 0.53 0.71
Hex D5 8E DC 3 23 0 E 127 35 47
Octal 325 216 334 3 43 0 16 447 65 107
Binary 11010101 10001110 11011100 11 100011 0 1110 100100111 110101 1000111

Color Harmonies of #D58EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EDC

Black with #D58EDC

Text Example


Text Example

White with #D58EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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