Html Css Color HEX #D50599 Medium Violet Red

📋 copy color: '#D50599'

red 213 ◦ green 5 ◦ blue 153

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

Shades of Medium Violet Red #D50599

Tints of Medium Violet Red #D50599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 57.41%
G = 1.35%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D50599 (or 0xD50599) is known color: Medium Violet Red. HEX triplet: D5, 05 and 99. RGB value is (213,5,153). Sum of RGB (Red+Green+Blue) = 213+5+153=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D50599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50599 is #2AFA66. Grayscale: #535353. Windows color (decimal): -2816615 or 10028501. OLE color: 10028501.

HSL color Cylindrical-coordinate representation of color #D50599: hue angle of 317.31º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50599 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 153 -
CMYK 0 0.98 0.28 0.16
HSL 317.31º 0.95% 0.43% -
HSV(B) 317.31º 0.98% 0.84% -
XYZ 33.24 16.55 31.58 -
YUV 84.06 166.91 219.97 -
System Red Green Blue C M Y K H S L
Decimal 213 5 153 0 0.98 0.28 0.16 317.31 0.95 0.43
Hex D5 5 99 0 62 1C 10 13D 5F 2B
Octal 325 5 231 0 142 34 20 475 137 53
Binary 11010101 101 10011001 0 1100010 11100 10000 100111101 1011111 101011

Color Harmonies of #D50599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50599

Black with #D50599

Text Example


Text Example

White with #D50599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50599; }

 p { color: rgb(213,5,153); }

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

background-color css

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

 a { background-color: rgb(213,5,153); }

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

border-color css

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

 span { border-color: rgb(213,5,153); }

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