Html Css Color HEX #D5037F Medium Violet Red

📋 copy color: '#D5037F'

red 213 ◦ green 3 ◦ blue 127

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

Shades of Medium Violet Red #D5037F

Tints of Medium Violet Red #D5037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 62.1%
G = 0.87%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5037F (or 0xD5037F) is known color: Medium Violet Red. HEX triplet: D5, 03 and 7F. RGB value is (213,3,127). Sum of RGB (Red+Green+Blue) = 213+3+127=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5037F is #2AFC80. Grayscale: #4F4F4F. Windows color (decimal): -2817153 or 8324053. OLE color: 8324053.

HSL color Cylindrical-coordinate representation of color #D5037F: hue angle of 324.57º 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 #D5037F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 127 -
CMYK 0 0.99 0.40 0.16
HSL 324.57º 0.97% 0.42% -
HSV(B) 324.57º 0.99% 0.84% -
XYZ 31.3 15.74 21.47 -
YUV 79.93 154.57 222.92 -
System Red Green Blue C M Y K H S L
Decimal 213 3 127 0 0.99 0.40 0.16 324.57 0.97 0.42
Hex D5 3 7F 0 63 28 10 145 61 2A
Octal 325 3 177 0 143 50 20 505 141 52
Binary 11010101 11 1111111 0 1100011 101000 10000 101000101 1100001 101010

Color Harmonies of #D5037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5037F

Black with #D5037F

Text Example


Text Example

White with #D5037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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