Html Css Color HEX #D40F90 Medium Violet Red

📋 copy color: '#D40F90'

red 212 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #D40F90

Tints of Medium Violet Red #D40F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 57.14%
G = 4.04%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D40F90 (or 0xD40F90) is known color: Medium Violet Red. HEX triplet: D4, 0F and 90. RGB value is (212,15,144). Sum of RGB (Red+Green+Blue) = 212+15+144=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F90 is #2BF06F. Grayscale: #585858. Windows color (decimal): -2879600 or 9441236. OLE color: 9441236.

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

Color convert

RGB 212 15 144 -
CMYK 0 0.93 0.32 0.17
HSL 320.71º 0.87% 0.45% -
HSV(B) 320.71º 0.93% 0.83% -
XYZ 32.36 16.35 27.84 -
YUV 88.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 212 15 144 0 0.93 0.32 0.17 320.71 0.87 0.45
Hex D4 F 90 0 5D 20 11 141 57 2D
Octal 324 17 220 0 135 40 21 501 127 55
Binary 11010100 1111 10010000 0 1011101 100000 10001 101000001 1010111 101101

Color Harmonies of #D40F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F90

Black with #D40F90

Text Example


Text Example

White with #D40F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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