Html Css Color HEX #D40179 Medium Violet Red

📋 copy color: '#D40179'

red 212 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #D40179

Tints of Medium Violet Red #D40179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 63.47%
G = 0.3%
B = 36.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D40179 (or 0xD40179) is known color: Medium Violet Red. HEX triplet: D4, 01 and 79. RGB value is (212,1,121). Sum of RGB (Red+Green+Blue) = 212+1+121=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D40179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40179 is #2BFE86. Grayscale: #4D4D4D. Windows color (decimal): -2883207 or 7930324. OLE color: 7930324.

HSL color Cylindrical-coordinate representation of color #D40179: hue angle of 325.88º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40179 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 121 -
CMYK 0 1.00 0.43 0.17
HSL 325.88º 0.99% 0.42% -
HSV(B) 325.88º 1% 0.83% -
XYZ 30.61 15.4 19.45 -
YUV 77.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 212 1 121 0 1.00 0.43 0.17 325.88 0.99 0.42
Hex D4 1 79 0 64 2B 11 146 63 2A
Octal 324 1 171 0 144 53 21 506 143 52
Binary 11010100 1 1111001 0 1100100 101011 10001 101000110 1100011 101010

Color Harmonies of #D40179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40179

Black with #D40179

Text Example


Text Example

White with #D40179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40179; }

 p { color: rgb(212,1,121); }

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

background-color css

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

 a { background-color: rgb(212,1,121); }

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

border-color css

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

 span { border-color: rgb(212,1,121); }

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