Html Css Color HEX #D40F92 Medium Violet Red

📋 copy color: '#D40F92'

red 212 ◦ green 15 ◦ blue 146

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

Shades of Medium Violet Red #D40F92

Tints of Medium Violet Red #D40F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 56.84%
G = 4.02%
B = 39.14%

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

#D40F92 (or 0xD40F92) is known color: Medium Violet Red. HEX triplet: D4, 0F and 92. RGB value is (212,15,146). Sum of RGB (Red+Green+Blue) = 212+15+146=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F92 is #2BF06D. Grayscale: #585858. Windows color (decimal): -2879598 or 9572308. OLE color: 9572308.

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

Color convert

RGB 212 15 146 -
CMYK 0 0.93 0.31 0.17
HSL 320.1º 0.87% 0.45% -
HSV(B) 320.1º 0.93% 0.83% -
XYZ 32.51 16.41 28.65 -
YUV 88.84 160.27 215.85 -
System Red Green Blue C M Y K H S L
Decimal 212 15 146 0 0.93 0.31 0.17 320.1 0.87 0.45
Hex D4 F 92 0 5D 1F 11 140 57 2D
Octal 324 17 222 0 135 37 21 500 127 55
Binary 11010100 1111 10010010 0 1011101 11111 10001 101000000 1010111 101101

Color Harmonies of #D40F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F92

Black with #D40F92

Text Example


Text Example

White with #D40F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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