Html Css Color HEX #D593D9 Plum

📋 copy color: '#D593D9'

red 213 ◦ green 147 ◦ blue 217

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

Shades of Plum #D593D9

Tints of Plum #D593D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 36.92%
G = 25.48%
B = 37.61%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D593D9 (or 0xD593D9) is known color: Plum. HEX triplet: D5, 93 and D9. RGB value is (213,147,217). Sum of RGB (Red+Green+Blue) = 213+147+217=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #D593D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593D9 is #2A6C26. Grayscale: #AEAEAE. Windows color (decimal): -2780199 or 14259157. OLE color: 14259157.

HSL color Cylindrical-coordinate representation of color #D593D9: hue angle of 296.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D593D9 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 147 217 -
CMYK 0.02 0.32 0 0.15
HSL 296.57º 0.48% 0.71% -
HSV(B) 296.57º 0.32% 0.85% -
XYZ 50.4 40.02 70.71 -
YUV 174.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 213 147 217 0.02 0.32 0 0.15 296.57 0.48 0.71
Hex D5 93 D9 2 20 0 F 129 30 47
Octal 325 223 331 2 40 0 17 451 60 107
Binary 11010101 10010011 11011001 10 100000 0 1111 100101001 110000 1000111

Color Harmonies of #D593D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593D9

Black with #D593D9

Text Example


Text Example

White with #D593D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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