Html Css Color HEX #D41185 Medium Violet Red

📋 copy color: '#D41185'

red 212 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D41185

Tints of Medium Violet Red #D41185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.7%

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 58.56%
G = 4.7%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D41185 (or 0xD41185) is known color: Medium Violet Red. HEX triplet: D4, 11 and 85. RGB value is (212,17,133). Sum of RGB (Red+Green+Blue) = 212+17+133=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D41185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41185 is #2BEE7A. Grayscale: #585858. Windows color (decimal): -2879099 or 8720852. OLE color: 8720852.

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

Color convert

RGB 212 17 133 -
CMYK 0 0.92 0.37 0.17
HSL 324.31º 0.85% 0.45% -
HSV(B) 324.31º 0.92% 0.83% -
XYZ 31.59 16.09 23.63 -
YUV 88.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 212 17 133 0 0.92 0.37 0.17 324.31 0.85 0.45
Hex D4 11 85 0 5C 25 11 144 55 2D
Octal 324 21 205 0 134 45 21 504 125 55
Binary 11010100 10001 10000101 0 1011100 100101 10001 101000100 1010101 101101

Color Harmonies of #D41185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41185

Black with #D41185

Text Example


Text Example

White with #D41185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41185; }

 p { color: rgb(212,17,133); }

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

background-color css

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

 a { background-color: rgb(212,17,133); }

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

border-color css

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

 span { border-color: rgb(212,17,133); }

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