Html Css Color HEX #D71195 Medium Violet Red

📋 copy color: '#D71195'

red 215 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #D71195

Tints of Medium Violet Red #D71195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 56.43%
G = 4.46%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D71195 (or 0xD71195) is known color: Medium Violet Red. HEX triplet: D7, 11 and 95. RGB value is (215,17,149). Sum of RGB (Red+Green+Blue) = 215+17+149=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D71195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71195 is #28EE6A. Grayscale: #5A5A5A. Windows color (decimal): -2682475 or 9769431. OLE color: 9769431.

HSL color Cylindrical-coordinate representation of color #D71195: hue angle of 320º 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 #D71195 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 149 -
CMYK 0 0.92 0.31 0.16
HSL 320º 0.85% 0.45% -
HSV(B) 320º 0.92% 0.84% -
XYZ 33.65 17.02 29.95 -
YUV 91.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 215 17 149 0 0.92 0.31 0.16 320 0.85 0.45
Hex D7 11 95 0 5C 1F 10 140 55 2D
Octal 327 21 225 0 134 37 20 500 125 55
Binary 11010111 10001 10010101 0 1011100 11111 10000 101000000 1010101 101101

Color Harmonies of #D71195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71195

Black with #D71195

Text Example


Text Example

White with #D71195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71195; }

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

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

background-color css

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

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

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

border-color css

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

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

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