Html Css Color HEX #D4037F Medium Violet Red

📋 copy color: '#D4037F'

red 212 ◦ green 3 ◦ blue 127

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

Shades of Medium Violet Red #D4037F

Tints of Medium Violet Red #D4037F

RGB

 RED value IS 212 (83.2% from 255) = 61.99%

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

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

R = 61.99%
G = 0.88%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4037F (or 0xD4037F) is known color: Medium Violet Red. HEX triplet: D4, 03 and 7F. RGB value is (212,3,127). Sum of RGB (Red+Green+Blue) = 212+3+127=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4037F is #2BFC80. Grayscale: #4F4F4F. Windows color (decimal): -2882689 or 8324052. OLE color: 8324052.

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

Color convert

RGB 212 3 127 -
CMYK 0 0.99 0.40 0.17
HSL 324.4º 0.97% 0.42% -
HSV(B) 324.4º 0.99% 0.83% -
XYZ 31.01 15.59 21.45 -
YUV 79.63 154.74 222.42 -
System Red Green Blue C M Y K H S L
Decimal 212 3 127 0 0.99 0.40 0.17 324.4 0.97 0.42
Hex D4 3 7F 0 63 28 11 144 61 2A
Octal 324 3 177 0 143 50 21 504 141 52
Binary 11010100 11 1111111 0 1100011 101000 10001 101000100 1100001 101010

Color Harmonies of #D4037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4037F

Black with #D4037F

Text Example


Text Example

White with #D4037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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