Html Css Color HEX #D71185 Medium Violet Red

📋 copy color: '#D71185'

red 215 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D71185

Tints of Medium Violet Red #D71185

RGB

 RED value IS 215 (84.38% from 255) = 58.9%

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

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

R = 58.9%
G = 4.66%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D71185 (or 0xD71185) is known color: Medium Violet Red. HEX triplet: D7, 11 and 85. RGB value is (215,17,133). Sum of RGB (Red+Green+Blue) = 215+17+133=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D71185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71185 is #28EE7A. Grayscale: #595959. Windows color (decimal): -2682491 or 8720855. OLE color: 8720855.

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

Color convert

RGB 215 17 133 -
CMYK 0 0.92 0.38 0.16
HSL 324.85º 0.85% 0.45% -
HSV(B) 324.85º 0.92% 0.84% -
XYZ 32.46 16.54 23.67 -
YUV 89.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 215 17 133 0 0.92 0.38 0.16 324.85 0.85 0.45
Hex D7 11 85 0 5C 26 10 145 55 2D
Octal 327 21 205 0 134 46 20 505 125 55
Binary 11010111 10001 10000101 0 1011100 100110 10000 101000101 1010101 101101

Color Harmonies of #D71185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71185

Black with #D71185

Text Example


Text Example

White with #D71185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71185; }

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

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

background-color css

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

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

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

border-color css

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

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

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