Html Css Color HEX #D71097 Medium Violet Red

📋 copy color: '#D71097'

red 215 ◦ green 16 ◦ blue 151

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

Shades of Medium Violet Red #D71097

Tints of Medium Violet Red #D71097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.53%

R = 56.28%
G = 4.19%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D71097 (or 0xD71097) is known color: Medium Violet Red. HEX triplet: D7, 10 and 97. RGB value is (215,16,151). Sum of RGB (Red+Green+Blue) = 215+16+151=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D71097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71097 is #28EF68. Grayscale: #5A5A5A. Windows color (decimal): -2682729 or 9900247. OLE color: 9900247.

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

Color convert

RGB 215 16 151 -
CMYK 0 0.93 0.30 0.16
HSL 319.3º 0.86% 0.45% -
HSV(B) 319.3º 0.93% 0.84% -
XYZ 33.8 17.05 30.79 -
YUV 90.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 215 16 151 0 0.93 0.30 0.16 319.3 0.86 0.45
Hex D7 10 97 0 5D 1E 10 13F 56 2D
Octal 327 20 227 0 135 36 20 477 126 55
Binary 11010111 10000 10010111 0 1011101 11110 10000 100111111 1010110 101101

Color Harmonies of #D71097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71097

Black with #D71097

Text Example


Text Example

White with #D71097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71097; }

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

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

background-color css

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

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

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

border-color css

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

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

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