Html Css Color HEX #D71091 Medium Violet Red

📋 copy color: '#D71091'

red 215 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #D71091

Tints of Medium Violet Red #D71091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 57.18%
G = 4.26%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D71091 (or 0xD71091) is known color: Medium Violet Red. HEX triplet: D7, 10 and 91. RGB value is (215,16,145). Sum of RGB (Red+Green+Blue) = 215+16+145=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D71091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71091 is #28EF6E. Grayscale: #595959. Windows color (decimal): -2682735 or 9507031. OLE color: 9507031.

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

Color convert

RGB 215 16 145 -
CMYK 0 0.93 0.33 0.16
HSL 321.11º 0.86% 0.45% -
HSV(B) 321.11º 0.93% 0.84% -
XYZ 33.32 16.86 28.29 -
YUV 90.21 158.93 217.01 -
System Red Green Blue C M Y K H S L
Decimal 215 16 145 0 0.93 0.33 0.16 321.11 0.86 0.45
Hex D7 10 91 0 5D 21 10 141 56 2D
Octal 327 20 221 0 135 41 20 501 126 55
Binary 11010111 10000 10010001 0 1011101 100001 10000 101000001 1010110 101101

Color Harmonies of #D71091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71091

Black with #D71091

Text Example


Text Example

White with #D71091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71091; }

 p { color: rgb(215,16,145); }

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

background-color css

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

 a { background-color: rgb(215,16,145); }

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

border-color css

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

 span { border-color: rgb(215,16,145); }

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