Html Css Color HEX #D5037C Medium Violet Red

📋 copy color: '#D5037C'

red 213 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #D5037C

Tints of Medium Violet Red #D5037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 62.65%
G = 0.88%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5037C (or 0xD5037C) is known color: Medium Violet Red. HEX triplet: D5, 03 and 7C. RGB value is (213,3,124). Sum of RGB (Red+Green+Blue) = 213+3+124=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5037C is #2AFC83. Grayscale: #4F4F4F. Windows color (decimal): -2817156 or 8127445. OLE color: 8127445.

HSL color Cylindrical-coordinate representation of color #D5037C: hue angle of 325.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5037C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 124 -
CMYK 0 0.99 0.42 0.16
HSL 325.43º 0.97% 0.42% -
HSV(B) 325.43º 0.99% 0.84% -
XYZ 31.11 15.67 20.45 -
YUV 79.58 153.07 223.16 -
System Red Green Blue C M Y K H S L
Decimal 213 3 124 0 0.99 0.42 0.16 325.43 0.97 0.42
Hex D5 3 7C 0 63 2A 10 145 61 2A
Octal 325 3 174 0 143 52 20 505 141 52
Binary 11010101 11 1111100 0 1100011 101010 10000 101000101 1100001 101010

Color Harmonies of #D5037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5037C

Black with #D5037C

Text Example


Text Example

White with #D5037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5037C; }

 p { color: rgb(213,3,124); }

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

background-color css

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

 a { background-color: rgb(213,3,124); }

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

border-color css

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

 span { border-color: rgb(213,3,124); }

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