Html Css Color HEX #D4037D Medium Violet Red

📋 copy color: '#D4037D'

red 212 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #D4037D

Tints of Medium Violet Red #D4037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 62.35%
G = 0.88%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4037D (or 0xD4037D) is known color: Medium Violet Red. HEX triplet: D4, 03 and 7D. RGB value is (212,3,125). Sum of RGB (Red+Green+Blue) = 212+3+125=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4037D is #2BFC82. Grayscale: #4F4F4F. Windows color (decimal): -2882691 or 8192980. OLE color: 8192980.

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

Color convert

RGB 212 3 125 -
CMYK 0 0.99 0.41 0.17
HSL 324.98º 0.97% 0.42% -
HSV(B) 324.98º 0.99% 0.83% -
XYZ 30.89 15.54 20.77 -
YUV 79.4 153.74 222.58 -
System Red Green Blue C M Y K H S L
Decimal 212 3 125 0 0.99 0.41 0.17 324.98 0.97 0.42
Hex D4 3 7D 0 63 29 11 145 61 2A
Octal 324 3 175 0 143 51 21 505 141 52
Binary 11010100 11 1111101 0 1100011 101001 10001 101000101 1100001 101010

Color Harmonies of #D4037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4037D

Black with #D4037D

Text Example


Text Example

White with #D4037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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