Html Css Color HEX #D41873 Medium Violet Red

📋 copy color: '#D41873'

red 212 ◦ green 24 ◦ blue 115

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

Shades of Medium Violet Red #D41873

Tints of Medium Violet Red #D41873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

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

R = 60.4%
G = 6.84%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D41873 (or 0xD41873) is known color: Medium Violet Red. HEX triplet: D4, 18 and 73. RGB value is (212,24,115). Sum of RGB (Red+Green+Blue) = 212+24+115=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D41873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41873 is #2BE78C. Grayscale: #5A5A5A. Windows color (decimal): -2877325 or 7542996. OLE color: 7542996.

HSL color Cylindrical-coordinate representation of color #D41873: hue angle of 330.96º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41873 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 115 -
CMYK 0 0.89 0.46 0.17
HSL 330.96º 0.8% 0.46% -
HSV(B) 330.96º 0.89% 0.83% -
XYZ 30.57 15.89 17.68 -
YUV 90.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 212 24 115 0 0.89 0.46 0.17 330.96 0.8 0.46
Hex D4 18 73 0 59 2E 11 14B 50 2E
Octal 324 30 163 0 131 56 21 513 120 56
Binary 11010100 11000 1110011 0 1011001 101110 10001 101001011 1010000 101110

Color Harmonies of #D41873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41873

Black with #D41873

Text Example


Text Example

White with #D41873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41873; }

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

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

background-color css

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

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

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

border-color css

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

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

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