Html Css Color HEX #D40173 Medium Violet Red

📋 copy color: '#D40173'

red 212 ◦ green 1 ◦ blue 115

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

Shades of Medium Violet Red #D40173

Tints of Medium Violet Red #D40173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 64.63%
G = 0.3%
B = 35.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D40173 (or 0xD40173) is known color: Medium Violet Red. HEX triplet: D4, 01 and 73. RGB value is (212,1,115). Sum of RGB (Red+Green+Blue) = 212+1+115=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D40173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40173 is #2BFE8C. Grayscale: #4C4C4C. Windows color (decimal): -2883213 or 7537108. OLE color: 7537108.

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

Color convert

RGB 212 1 115 -
CMYK 0 1.00 0.46 0.17
HSL 327.58º 0.99% 0.42% -
HSV(B) 327.58º 1% 0.83% -
XYZ 30.26 15.26 17.57 -
YUV 77.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 212 1 115 0 1.00 0.46 0.17 327.58 0.99 0.42
Hex D4 1 73 0 64 2E 11 148 63 2A
Octal 324 1 163 0 144 56 21 510 143 52
Binary 11010100 1 1110011 0 1100100 101110 10001 101001000 1100011 101010

Color Harmonies of #D40173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40173

Black with #D40173

Text Example


Text Example

White with #D40173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40173; }

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

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

background-color css

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

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

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

border-color css

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

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

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