Html Css Color HEX #D58ED0 Plum

📋 copy color: '#D58ED0'

red 213 ◦ green 142 ◦ blue 208

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

Shades of Plum #D58ED0

Tints of Plum #D58ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.94%

R = 37.83%
G = 25.22%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D58ED0 (or 0xD58ED0) is known color: Plum. HEX triplet: D5, 8E and D0. RGB value is (213,142,208). Sum of RGB (Red+Green+Blue) = 213+142+208=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ED0 is #2A712F. Grayscale: #AAAAAA. Windows color (decimal): -2781488 or 13668053. OLE color: 13668053.

HSL color Cylindrical-coordinate representation of color #D58ED0: hue angle of 304.23º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58ED0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 142 208 -
CMYK 0 0.33 0.02 0.16
HSL 304.23º 0.46% 0.7% -
HSV(B) 304.23º 0.33% 0.84% -
XYZ 48.5 38.05 64.46 -
YUV 170.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 213 142 208 0 0.33 0.02 0.16 304.23 0.46 0.7
Hex D5 8E D0 0 21 2 10 130 2E 46
Octal 325 216 320 0 41 2 20 460 56 106
Binary 11010101 10001110 11010000 0 100001 10 10000 100110000 101110 1000110

Color Harmonies of #D58ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ED0

Black with #D58ED0

Text Example


Text Example

White with #D58ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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