Html Css Color HEX #D71992 Medium Violet Red

📋 copy color: '#D71992'

red 215 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #D71992

Tints of Medium Violet Red #D71992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 55.7%
G = 6.48%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71992 (or 0xD71992) is known color: Medium Violet Red. HEX triplet: D7, 19 and 92. RGB value is (215,25,146). Sum of RGB (Red+Green+Blue) = 215+25+146=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D71992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71992 is #28E66D. Grayscale: #5F5F5F. Windows color (decimal): -2680430 or 9574871. OLE color: 9574871.

HSL color Cylindrical-coordinate representation of color #D71992: hue angle of 321.79º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71992 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 146 -
CMYK 0 0.88 0.32 0.16
HSL 321.79º 0.79% 0.47% -
HSV(B) 321.79º 0.88% 0.84% -
XYZ 33.56 17.22 28.75 -
YUV 95.6 156.45 213.16 -
System Red Green Blue C M Y K H S L
Decimal 215 25 146 0 0.88 0.32 0.16 321.79 0.79 0.47
Hex D7 19 92 0 58 20 10 142 4F 2F
Octal 327 31 222 0 130 40 20 502 117 57
Binary 11010111 11001 10010010 0 1011000 100000 10000 101000010 1001111 101111

Color Harmonies of #D71992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71992

Black with #D71992

Text Example


Text Example

White with #D71992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71992; }

 p { color: rgb(215,25,146); }

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

background-color css

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

 a { background-color: rgb(215,25,146); }

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

border-color css

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

 span { border-color: rgb(215,25,146); }

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