Html Css Color HEX #D71691 Medium Violet Red

📋 copy color: '#D71691'

red 215 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #D71691

Tints of Medium Violet Red #D71691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.76%

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

R = 56.28%
G = 5.76%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D71691 (or 0xD71691) is known color: Medium Violet Red. HEX triplet: D7, 16 and 91. RGB value is (215,22,145). Sum of RGB (Red+Green+Blue) = 215+22+145=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D71691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71691 is #28E96E. Grayscale: #5D5D5D. Windows color (decimal): -2681199 or 9508567. OLE color: 9508567.

HSL color Cylindrical-coordinate representation of color #D71691: hue angle of 321.76º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71691 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 145 -
CMYK 0 0.90 0.33 0.16
HSL 321.76º 0.81% 0.46% -
HSV(B) 321.76º 0.9% 0.84% -
XYZ 33.42 17.07 28.32 -
YUV 93.73 156.94 214.5 -
System Red Green Blue C M Y K H S L
Decimal 215 22 145 0 0.90 0.33 0.16 321.76 0.81 0.46
Hex D7 16 91 0 5A 21 10 142 51 2E
Octal 327 26 221 0 132 41 20 502 121 56
Binary 11010111 10110 10010001 0 1011010 100001 10000 101000010 1010001 101110

Color Harmonies of #D71691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71691

Black with #D71691

Text Example


Text Example

White with #D71691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71691; }

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

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

background-color css

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

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

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

border-color css

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

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

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