Html Css Color HEX #D41874 Medium Violet Red

📋 copy color: '#D41874'

red 212 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #D41874

Tints of Medium Violet Red #D41874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 60.23%
G = 6.82%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D41874 (or 0xD41874) is known color: Medium Violet Red. HEX triplet: D4, 18 and 74. RGB value is (212,24,116). Sum of RGB (Red+Green+Blue) = 212+24+116=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D41874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41874 is #2BE78B. Grayscale: #5A5A5A. Windows color (decimal): -2877324 or 7608532. OLE color: 7608532.

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

Color convert

RGB 212 24 116 -
CMYK 0 0.89 0.45 0.17
HSL 330.64º 0.8% 0.46% -
HSV(B) 330.64º 0.89% 0.83% -
XYZ 30.63 15.91 17.98 -
YUV 90.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 212 24 116 0 0.89 0.45 0.17 330.64 0.8 0.46
Hex D4 18 74 0 59 2D 11 14B 50 2E
Octal 324 30 164 0 131 55 21 513 120 56
Binary 11010100 11000 1110100 0 1011001 101101 10001 101001011 1010000 101110

Color Harmonies of #D41874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41874

Black with #D41874

Text Example


Text Example

White with #D41874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41874; }

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

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

background-color css

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

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

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

border-color css

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

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

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