Html Css Color HEX #D593E1 Plum

📋 copy color: '#D593E1'

red 213 ◦ green 147 ◦ blue 225

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

Shades of Plum #D593E1

Tints of Plum #D593E1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.13%

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

R = 36.41%
G = 25.13%
B = 38.46%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D593E1 (or 0xD593E1) is known color: Plum. HEX triplet: D5, 93 and E1. RGB value is (213,147,225). Sum of RGB (Red+Green+Blue) = 213+147+225=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #D593E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593E1 is #2A6C1E. Grayscale: #AFAFAF. Windows color (decimal): -2780191 or 14783445. OLE color: 14783445.

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

Color convert

RGB 213 147 225 -
CMYK 0.05 0.35 0 0.12
HSL 290.77º 0.57% 0.73% -
HSV(B) 290.77º 0.35% 0.88% -
XYZ 51.46 40.45 76.33 -
YUV 175.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 213 147 225 0.05 0.35 0 0.12 290.77 0.57 0.73
Hex D5 93 E1 5 23 0 C 123 39 49
Octal 325 223 341 5 43 0 14 443 71 111
Binary 11010101 10010011 11100001 101 100011 0 1100 100100011 111001 1001001

Color Harmonies of #D593E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593E1

Black with #D593E1

Text Example


Text Example

White with #D593E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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