Html Css Color HEX #D4037A Medium Violet Red

📋 copy color: '#D4037A'

red 212 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #D4037A

Tints of Medium Violet Red #D4037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 62.91%
G = 0.89%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4037A (or 0xD4037A) is known color: Medium Violet Red. HEX triplet: D4, 03 and 7A. RGB value is (212,3,122). Sum of RGB (Red+Green+Blue) = 212+3+122=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4037A is #2BFC85. Grayscale: #4E4E4E. Windows color (decimal): -2882694 or 7996372. OLE color: 7996372.

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

Color convert

RGB 212 3 122 -
CMYK 0 0.99 0.42 0.17
HSL 325.84º 0.97% 0.42% -
HSV(B) 325.84º 0.99% 0.83% -
XYZ 30.7 15.47 19.78 -
YUV 79.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 212 3 122 0 0.99 0.42 0.17 325.84 0.97 0.42
Hex D4 3 7A 0 63 2A 11 146 61 2A
Octal 324 3 172 0 143 52 21 506 141 52
Binary 11010100 11 1111010 0 1100011 101010 10001 101000110 1100001 101010

Color Harmonies of #D4037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4037A

Black with #D4037A

Text Example


Text Example

White with #D4037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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