Html Css Color HEX #D50499 Medium Violet Red

📋 copy color: '#D50499'

red 213 ◦ green 4 ◦ blue 153

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

Shades of Medium Violet Red #D50499

Tints of Medium Violet Red #D50499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 57.57%
G = 1.08%
B = 41.35%

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

#D50499 (or 0xD50499) is known color: Medium Violet Red. HEX triplet: D5, 04 and 99. RGB value is (213,4,153). Sum of RGB (Red+Green+Blue) = 213+4+153=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D50499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50499 is #2AFB66. Grayscale: #535353. Windows color (decimal): -2816871 or 10028245. OLE color: 10028245.

HSL color Cylindrical-coordinate representation of color #D50499: hue angle of 317.22º degrees, saturation: 0.96, 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 #D50499 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 153 -
CMYK 0 0.98 0.28 0.16
HSL 317.22º 0.96% 0.43% -
HSV(B) 317.22º 0.98% 0.84% -
XYZ 33.23 16.53 31.58 -
YUV 83.48 167.24 220.38 -
System Red Green Blue C M Y K H S L
Decimal 213 4 153 0 0.98 0.28 0.16 317.22 0.96 0.43
Hex D5 4 99 0 62 1C 10 13D 60 2B
Octal 325 4 231 0 142 34 20 475 140 53
Binary 11010101 100 10011001 0 1100010 11100 10000 100111101 1100000 101011

Color Harmonies of #D50499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50499

Black with #D50499

Text Example


Text Example

White with #D50499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50499; }

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

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

background-color css

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

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

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

border-color css

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

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

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