Html Css Color HEX #D71079 Medium Violet Red

📋 copy color: '#D71079'

red 215 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #D71079

Tints of Medium Violet Red #D71079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.55%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 61.08%
G = 4.55%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D71079 (or 0xD71079) is known color: Medium Violet Red. HEX triplet: D7, 10 and 79. RGB value is (215,16,121). Sum of RGB (Red+Green+Blue) = 215+16+121=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71079 is #28EF86. Grayscale: #575757. Windows color (decimal): -2682759 or 7934167. OLE color: 7934167.

HSL color Cylindrical-coordinate representation of color #D71079: hue angle of 328.34º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71079 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 121 -
CMYK 0 0.93 0.44 0.16
HSL 328.34º 0.86% 0.45% -
HSV(B) 328.34º 0.93% 0.84% -
XYZ 31.66 16.2 19.55 -
YUV 87.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 215 16 121 0 0.93 0.44 0.16 328.34 0.86 0.45
Hex D7 10 79 0 5D 2C 10 148 56 2D
Octal 327 20 171 0 135 54 20 510 126 55
Binary 11010111 10000 1111001 0 1011101 101100 10000 101001000 1010110 101101

Color Harmonies of #D71079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71079

Black with #D71079

Text Example


Text Example

White with #D71079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71079; }

 p { color: rgb(215,16,121); }

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

background-color css

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

 a { background-color: rgb(215,16,121); }

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

border-color css

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

 span { border-color: rgb(215,16,121); }

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