Html Css Color HEX #D71D92 Medium Violet Red

📋 copy color: '#D71D92'

red 215 ◦ green 29 ◦ blue 146

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

Shades of Medium Violet Red #D71D92

Tints of Medium Violet Red #D71D92

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.44%

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

R = 55.13%
G = 7.44%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71D92 (or 0xD71D92) is known color: Medium Violet Red. HEX triplet: D7, 1D and 92. RGB value is (215,29,146). Sum of RGB (Red+Green+Blue) = 215+29+146=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71D92 is #28E26D. Grayscale: #616161. Windows color (decimal): -2679406 or 9575895. OLE color: 9575895.

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

Color convert

RGB 215 29 146 -
CMYK 0 0.87 0.32 0.16
HSL 322.26º 0.76% 0.48% -
HSV(B) 322.26º 0.87% 0.84% -
XYZ 33.65 17.4 28.78 -
YUV 97.95 155.12 211.49 -
System Red Green Blue C M Y K H S L
Decimal 215 29 146 0 0.87 0.32 0.16 322.26 0.76 0.48
Hex D7 1D 92 0 57 20 10 142 4C 30
Octal 327 35 222 0 127 40 20 502 114 60
Binary 11010111 11101 10010010 0 1010111 100000 10000 101000010 1001100 110000

Color Harmonies of #D71D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D92

Black with #D71D92

Text Example


Text Example

White with #D71D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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