Html Css Color HEX #D71376 Medium Violet Red

📋 copy color: '#D71376'

red 215 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #D71376

Tints of Medium Violet Red #D71376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 61.08%
G = 5.4%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D71376 (or 0xD71376) is known color: Medium Violet Red. HEX triplet: D7, 13 and 76. RGB value is (215,19,118). Sum of RGB (Red+Green+Blue) = 215+19+118=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71376 is #28EC89. Grayscale: #585858. Windows color (decimal): -2681994 or 7738327. OLE color: 7738327.

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

Color convert

RGB 215 19 118 -
CMYK 0 0.91 0.45 0.16
HSL 329.69º 0.84% 0.46% -
HSV(B) 329.69º 0.91% 0.84% -
XYZ 31.53 16.22 18.61 -
YUV 88.89 144.43 217.95 -
System Red Green Blue C M Y K H S L
Decimal 215 19 118 0 0.91 0.45 0.16 329.69 0.84 0.46
Hex D7 13 76 0 5B 2D 10 14A 54 2E
Octal 327 23 166 0 133 55 20 512 124 56
Binary 11010111 10011 1110110 0 1011011 101101 10000 101001010 1010100 101110

Color Harmonies of #D71376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71376

Black with #D71376

Text Example


Text Example

White with #D71376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71376; }

 p { color: rgb(215,19,118); }

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

background-color css

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

 a { background-color: rgb(215,19,118); }

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

border-color css

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

 span { border-color: rgb(215,19,118); }

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