Html Css Color HEX #D593E0 Plum

📋 copy color: '#D593E0'

red 213 ◦ green 147 ◦ blue 224

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

Shades of Plum #D593E0

Tints of Plum #D593E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 36.47%
G = 25.17%
B = 38.36%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D593E0 (or 0xD593E0) is known color: Plum. HEX triplet: D5, 93 and E0. RGB value is (213,147,224). Sum of RGB (Red+Green+Blue) = 213+147+224=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #D593E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593E0 is #2A6C1F. Grayscale: #AFAFAF. Windows color (decimal): -2780192 or 14717909. OLE color: 14717909.

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

Color convert

RGB 213 147 224 -
CMYK 0.05 0.34 0 0.12
HSL 291.43º 0.55% 0.73% -
HSV(B) 291.43º 0.34% 0.88% -
XYZ 51.33 40.4 75.61 -
YUV 175.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 213 147 224 0.05 0.34 0 0.12 291.43 0.55 0.73
Hex D5 93 E0 5 22 0 C 123 37 49
Octal 325 223 340 5 42 0 14 443 67 111
Binary 11010101 10010011 11100000 101 100010 0 1100 100100011 110111 1001001

Color Harmonies of #D593E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593E0

Black with #D593E0

Text Example


Text Example

White with #D593E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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