Html Css Color HEX #D71296 Medium Violet Red

📋 copy color: '#D71296'

red 215 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #D71296

Tints of Medium Violet Red #D71296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 56.14%
G = 4.7%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D71296 (or 0xD71296) is known color: Medium Violet Red. HEX triplet: D7, 12 and 96. RGB value is (215,18,150). Sum of RGB (Red+Green+Blue) = 215+18+150=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D71296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71296 is #28ED69. Grayscale: #5B5B5B. Windows color (decimal): -2682218 or 9835223. OLE color: 9835223.

HSL color Cylindrical-coordinate representation of color #D71296: hue angle of 319.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71296 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 150 -
CMYK 0 0.92 0.30 0.16
HSL 319.8º 0.85% 0.46% -
HSV(B) 319.8º 0.92% 0.84% -
XYZ 33.75 17.08 30.37 -
YUV 91.95 160.77 215.77 -
System Red Green Blue C M Y K H S L
Decimal 215 18 150 0 0.92 0.30 0.16 319.8 0.85 0.46
Hex D7 12 96 0 5C 1E 10 140 55 2E
Octal 327 22 226 0 134 36 20 500 125 56
Binary 11010111 10010 10010110 0 1011100 11110 10000 101000000 1010101 101110

Color Harmonies of #D71296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71296

Black with #D71296

Text Example


Text Example

White with #D71296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71296; }

 p { color: rgb(215,18,150); }

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

background-color css

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

 a { background-color: rgb(215,18,150); }

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

border-color css

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

 span { border-color: rgb(215,18,150); }

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