Html Css Color HEX #D40F96 Medium Violet Red

📋 copy color: '#D40F96'

red 212 ◦ green 15 ◦ blue 150

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

Shades of Medium Violet Red #D40F96

Tints of Medium Violet Red #D40F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 56.23%
G = 3.98%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D40F96 (or 0xD40F96) is known color: Medium Violet Red. HEX triplet: D4, 0F and 96. RGB value is (212,15,150). Sum of RGB (Red+Green+Blue) = 212+15+150=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F96 is #2BF069. Grayscale: #585858. Windows color (decimal): -2879594 or 9834452. OLE color: 9834452.

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

Color convert

RGB 212 15 150 -
CMYK 0 0.93 0.29 0.17
HSL 318.88º 0.87% 0.45% -
HSV(B) 318.88º 0.93% 0.83% -
XYZ 32.83 16.54 30.32 -
YUV 89.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 212 15 150 0 0.93 0.29 0.17 318.88 0.87 0.45
Hex D4 F 96 0 5D 1D 11 13F 57 2D
Octal 324 17 226 0 135 35 21 477 127 55
Binary 11010100 1111 10010110 0 1011101 11101 10001 100111111 1010111 101101

Color Harmonies of #D40F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F96

Black with #D40F96

Text Example


Text Example

White with #D40F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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