Html Css Color HEX #D71476 Medium Violet Red

📋 copy color: '#D71476'

red 215 ◦ green 20 ◦ blue 118

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

Shades of Medium Violet Red #D71476

Tints of Medium Violet Red #D71476

RGB

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

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

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

R = 60.91%
G = 5.67%
B = 33.43%

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

#D71476 (or 0xD71476) is known color: Medium Violet Red. HEX triplet: D7, 14 and 76. RGB value is (215,20,118). Sum of RGB (Red+Green+Blue) = 215+20+118=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D71476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71476 is #28EB89. Grayscale: #595959. Windows color (decimal): -2681738 or 7738583. OLE color: 7738583.

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

Color convert

RGB 215 20 118 -
CMYK 0 0.91 0.45 0.16
HSL 329.85º 0.83% 0.46% -
HSV(B) 329.85º 0.91% 0.84% -
XYZ 31.54 16.26 18.61 -
YUV 89.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 215 20 118 0 0.91 0.45 0.16 329.85 0.83 0.46
Hex D7 14 76 0 5B 2D 10 14A 53 2E
Octal 327 24 166 0 133 55 20 512 123 56
Binary 11010111 10100 1110110 0 1011011 101101 10000 101001010 1010011 101110

Color Harmonies of #D71476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71476

Black with #D71476

Text Example


Text Example

White with #D71476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71476; }

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

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

background-color css

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

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

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

border-color css

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

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

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