Html Css Color HEX #D71496 Medium Violet Red

📋 copy color: '#D71496'

red 215 ◦ green 20 ◦ blue 150

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

Shades of Medium Violet Red #D71496

Tints of Medium Violet Red #D71496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 55.84%
G = 5.19%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D71496 (or 0xD71496) is known color: Medium Violet Red. HEX triplet: D7, 14 and 96. RGB value is (215,20,150). Sum of RGB (Red+Green+Blue) = 215+20+150=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D71496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71496 is #28EB69. Grayscale: #5C5C5C. Windows color (decimal): -2681706 or 9835735. OLE color: 9835735.

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

Color convert

RGB 215 20 150 -
CMYK 0 0.91 0.30 0.16
HSL 320º 0.83% 0.46% -
HSV(B) 320º 0.91% 0.84% -
XYZ 33.78 17.15 30.38 -
YUV 93.13 160.1 214.93 -
System Red Green Blue C M Y K H S L
Decimal 215 20 150 0 0.91 0.30 0.16 320 0.83 0.46
Hex D7 14 96 0 5B 1E 10 140 53 2E
Octal 327 24 226 0 133 36 20 500 123 56
Binary 11010111 10100 10010110 0 1011011 11110 10000 101000000 1010011 101110

Color Harmonies of #D71496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71496

Black with #D71496

Text Example


Text Example

White with #D71496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71496; }

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

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

background-color css

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

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

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

border-color css

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

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

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