Html Css Color HEX #D40F93 Medium Violet Red

📋 copy color: '#D40F93'

red 212 ◦ green 15 ◦ blue 147

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

Shades of Medium Violet Red #D40F93

Tints of Medium Violet Red #D40F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 56.68%
G = 4.01%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D40F93 (or 0xD40F93) is known color: Medium Violet Red. HEX triplet: D4, 0F and 93. RGB value is (212,15,147). Sum of RGB (Red+Green+Blue) = 212+15+147=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F93 is #2BF06C. Grayscale: #585858. Windows color (decimal): -2879597 or 9637844. OLE color: 9637844.

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

Color convert

RGB 212 15 147 -
CMYK 0 0.93 0.31 0.17
HSL 319.8º 0.87% 0.45% -
HSV(B) 319.8º 0.93% 0.83% -
XYZ 32.59 16.45 29.06 -
YUV 88.95 160.77 215.77 -
System Red Green Blue C M Y K H S L
Decimal 212 15 147 0 0.93 0.31 0.17 319.8 0.87 0.45
Hex D4 F 93 0 5D 1F 11 140 57 2D
Octal 324 17 223 0 135 37 21 500 127 55
Binary 11010100 1111 10010011 0 1011101 11111 10001 101000000 1010111 101101

Color Harmonies of #D40F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F93

Black with #D40F93

Text Example


Text Example

White with #D40F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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