Html Css Color HEX #D70791 Medium Violet Red

📋 copy color: '#D70791'

red 215 ◦ green 7 ◦ blue 145

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

Shades of Medium Violet Red #D70791

Tints of Medium Violet Red #D70791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 58.58%
G = 1.91%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D70791 (or 0xD70791) is known color: Medium Violet Red. HEX triplet: D7, 07 and 91. RGB value is (215,7,145). Sum of RGB (Red+Green+Blue) = 215+7+145=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D70791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70791 is #28F86E. Grayscale: #545454. Windows color (decimal): -2685039 or 9504727. OLE color: 9504727.

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

Color convert

RGB 215 7 145 -
CMYK 0 0.97 0.33 0.16
HSL 320.19º 0.94% 0.44% -
HSV(B) 320.19º 0.97% 0.84% -
XYZ 33.21 16.64 28.25 -
YUV 84.92 161.91 220.78 -
System Red Green Blue C M Y K H S L
Decimal 215 7 145 0 0.97 0.33 0.16 320.19 0.94 0.44
Hex D7 7 91 0 61 21 10 140 5E 2C
Octal 327 7 221 0 141 41 20 500 136 54
Binary 11010111 111 10010001 0 1100001 100001 10000 101000000 1011110 101100

Color Harmonies of #D70791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70791

Black with #D70791

Text Example


Text Example

White with #D70791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70791; }

 p { color: rgb(215,7,145); }

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

background-color css

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

 a { background-color: rgb(215,7,145); }

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

border-color css

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

 span { border-color: rgb(215,7,145); }

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