Html Css Color HEX #D40F94 Medium Violet Red

📋 copy color: '#D40F94'

red 212 ◦ green 15 ◦ blue 148

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

Shades of Medium Violet Red #D40F94

Tints of Medium Violet Red #D40F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4%

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 56.53%
G = 4%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D40F94 (or 0xD40F94) is known color: Medium Violet Red. HEX triplet: D4, 0F and 94. RGB value is (212,15,148). Sum of RGB (Red+Green+Blue) = 212+15+148=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F94 is #2BF06B. Grayscale: #585858. Windows color (decimal): -2879596 or 9703380. OLE color: 9703380.

HSL color Cylindrical-coordinate representation of color #D40F94: hue angle of 319.49º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F94 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 15 148 -
CMYK 0 0.93 0.30 0.17
HSL 319.49º 0.87% 0.45% -
HSV(B) 319.49º 0.93% 0.83% -
XYZ 32.67 16.48 29.48 -
YUV 89.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 212 15 148 0 0.93 0.30 0.17 319.49 0.87 0.45
Hex D4 F 94 0 5D 1E 11 13F 57 2D
Octal 324 17 224 0 135 36 21 477 127 55
Binary 11010100 1111 10010100 0 1011101 11110 10001 100111111 1010111 101101

Color Harmonies of #D40F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F94

Black with #D40F94

Text Example


Text Example

White with #D40F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F94; }

 p { color: rgb(212,15,148); }

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

background-color css

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

 a { background-color: rgb(212,15,148); }

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

border-color css

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

 span { border-color: rgb(212,15,148); }

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