Html Css Color HEX #D41775 Medium Violet Red

📋 copy color: '#D41775'

red 212 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #D41775

Tints of Medium Violet Red #D41775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.53%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 60.23%
G = 6.53%
B = 33.24%

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

#D41775 (or 0xD41775) is known color: Medium Violet Red. HEX triplet: D4, 17 and 75. RGB value is (212,23,117). Sum of RGB (Red+Green+Blue) = 212+23+117=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D41775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41775 is #2BE88A. Grayscale: #5A5A5A. Windows color (decimal): -2877579 or 7673812. OLE color: 7673812.

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

Color convert

RGB 212 23 117 -
CMYK 0 0.89 0.45 0.17
HSL 330.16º 0.8% 0.46% -
HSV(B) 330.16º 0.89% 0.83% -
XYZ 30.67 15.89 18.28 -
YUV 90.23 143.12 214.86 -
System Red Green Blue C M Y K H S L
Decimal 212 23 117 0 0.89 0.45 0.17 330.16 0.8 0.46
Hex D4 17 75 0 59 2D 11 14A 50 2E
Octal 324 27 165 0 131 55 21 512 120 56
Binary 11010100 10111 1110101 0 1011001 101101 10001 101001010 1010000 101110

Color Harmonies of #D41775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41775

Black with #D41775

Text Example


Text Example

White with #D41775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41775; }

 p { color: rgb(212,23,117); }

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

background-color css

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

 a { background-color: rgb(212,23,117); }

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

border-color css

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

 span { border-color: rgb(212,23,117); }

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