Html Css Color HEX #D591E1 Plum

📋 copy color: '#D591E1'

red 213 ◦ green 145 ◦ blue 225

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

Shades of Plum #D591E1

Tints of Plum #D591E1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.87%

 BLUE value IS 225 (88.28% from 255) = 38.59%

R = 36.54%
G = 24.87%
B = 38.59%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D591E1 (or 0xD591E1) is known color: Plum. HEX triplet: D5, 91 and E1. RGB value is (213,145,225). Sum of RGB (Red+Green+Blue) = 213+145+225=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #D591E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591E1 is #2A6E1E. Grayscale: #AEAEAE. Windows color (decimal): -2780703 or 14782933. OLE color: 14782933.

HSL color Cylindrical-coordinate representation of color #D591E1: hue angle of 291º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D591E1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 145 225 -
CMYK 0.05 0.36 0 0.12
HSL 291º 0.57% 0.73% -
HSV(B) 291º 0.36% 0.88% -
XYZ 51.16 39.83 76.23 -
YUV 174.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 213 145 225 0.05 0.36 0 0.12 291 0.57 0.73
Hex D5 91 E1 5 24 0 C 123 39 49
Octal 325 221 341 5 44 0 14 443 71 111
Binary 11010101 10010001 11100001 101 100100 0 1100 100100011 111001 1001001

Color Harmonies of #D591E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591E1

Black with #D591E1

Text Example


Text Example

White with #D591E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591E1; }

 p { color: rgb(213,145,225); }

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

background-color css

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

 a { background-color: rgb(213,145,225); }

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

border-color css

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

 span { border-color: rgb(213,145,225); }

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