Html Css Color HEX #D58EDD Plum

📋 copy color: '#D58EDD'

red 213 ◦ green 142 ◦ blue 221

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

Shades of Plum #D58EDD

Tints of Plum #D58EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 36.98%
G = 24.65%
B = 38.37%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D58EDD (or 0xD58EDD) is known color: Plum. HEX triplet: D5, 8E and DD. RGB value is (213,142,221). Sum of RGB (Red+Green+Blue) = 213+142+221=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D58EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EDD is #2A7122. Grayscale: #ABABAB. Windows color (decimal): -2781475 or 14520021. OLE color: 14520021.

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

Color convert

RGB 213 142 221 -
CMYK 0.04 0.36 0 0.13
HSL 293.92º 0.54% 0.71% -
HSV(B) 293.92º 0.36% 0.87% -
XYZ 50.16 38.71 73.23 -
YUV 172.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 213 142 221 0.04 0.36 0 0.13 293.92 0.54 0.71
Hex D5 8E DD 4 24 0 D 126 36 47
Octal 325 216 335 4 44 0 15 446 66 107
Binary 11010101 10001110 11011101 100 100100 0 1101 100100110 110110 1000111

Color Harmonies of #D58EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EDD

Black with #D58EDD

Text Example


Text Example

White with #D58EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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