Html Css Color HEX #D593DF Plum

📋 copy color: '#D593DF'

red 213 ◦ green 147 ◦ blue 223

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

Shades of Plum #D593DF

Tints of Plum #D593DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 36.54%
G = 25.21%
B = 38.25%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D593DF (or 0xD593DF) is known color: Plum. HEX triplet: D5, 93 and DF. RGB value is (213,147,223). Sum of RGB (Red+Green+Blue) = 213+147+223=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D593DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593DF is #2A6C20. Grayscale: #AFAFAF. Windows color (decimal): -2780193 or 14652373. OLE color: 14652373.

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

Color convert

RGB 213 147 223 -
CMYK 0.04 0.34 0 0.13
HSL 292.11º 0.54% 0.73% -
HSV(B) 292.11º 0.34% 0.87% -
XYZ 51.19 40.34 74.9 -
YUV 175.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 213 147 223 0.04 0.34 0 0.13 292.11 0.54 0.73
Hex D5 93 DF 4 22 0 D 124 36 49
Octal 325 223 337 4 42 0 15 444 66 111
Binary 11010101 10010011 11011111 100 100010 0 1101 100100100 110110 1001001

Color Harmonies of #D593DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593DF

Black with #D593DF

Text Example


Text Example

White with #D593DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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