Html Css Color HEX #D71486 Medium Violet Red

📋 copy color: '#D71486'

red 215 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #D71486

Tints of Medium Violet Red #D71486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.31%

R = 58.27%
G = 5.42%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D71486 (or 0xD71486) is known color: Medium Violet Red. HEX triplet: D7, 14 and 86. RGB value is (215,20,134). Sum of RGB (Red+Green+Blue) = 215+20+134=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71486 is #28EB79. Grayscale: #5B5B5B. Windows color (decimal): -2681722 or 8787159. OLE color: 8787159.

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

Color convert

RGB 215 20 134 -
CMYK 0 0.91 0.38 0.16
HSL 324.92º 0.83% 0.46% -
HSV(B) 324.92º 0.91% 0.84% -
XYZ 32.58 16.67 24.05 -
YUV 91.3 152.1 216.23 -
System Red Green Blue C M Y K H S L
Decimal 215 20 134 0 0.91 0.38 0.16 324.92 0.83 0.46
Hex D7 14 86 0 5B 26 10 145 53 2E
Octal 327 24 206 0 133 46 20 505 123 56
Binary 11010111 10100 10000110 0 1011011 100110 10000 101000101 1010011 101110

Color Harmonies of #D71486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71486

Black with #D71486

Text Example


Text Example

White with #D71486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71486; }

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

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

background-color css

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

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

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

border-color css

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

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

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