Html Css Color HEX #D41975 Medium Violet Red

📋 copy color: '#D41975'

red 212 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #D41975

Tints of Medium Violet Red #D41975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

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

R = 59.89%
G = 7.06%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D41975 (or 0xD41975) is known color: Medium Violet Red. HEX triplet: D4, 19 and 75. RGB value is (212,25,117). Sum of RGB (Red+Green+Blue) = 212+25+117=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D41975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41975 is #2BE68A. Grayscale: #5B5B5B. Windows color (decimal): -2877067 or 7674324. OLE color: 7674324.

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

Color convert

RGB 212 25 117 -
CMYK 0 0.88 0.45 0.17
HSL 330.48º 0.79% 0.46% -
HSV(B) 330.48º 0.88% 0.83% -
XYZ 30.71 15.98 18.29 -
YUV 91.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 212 25 117 0 0.88 0.45 0.17 330.48 0.79 0.46
Hex D4 19 75 0 58 2D 11 14A 4F 2E
Octal 324 31 165 0 130 55 21 512 117 56
Binary 11010100 11001 1110101 0 1011000 101101 10001 101001010 1001111 101110

Color Harmonies of #D41975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41975

Black with #D41975

Text Example


Text Example

White with #D41975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41975; }

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

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

background-color css

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

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

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

border-color css

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

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

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