Html Css Color HEX #D70780 Medium Violet Red

📋 copy color: '#D70780'

red 215 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #D70780

Tints of Medium Violet Red #D70780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 61.43%
G = 2%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D70780 (or 0xD70780) is known color: Medium Violet Red. HEX triplet: D7, 07 and 80. RGB value is (215,7,128). Sum of RGB (Red+Green+Blue) = 215+7+128=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D70780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70780 is #28F87F. Grayscale: #525252. Windows color (decimal): -2685056 or 8390615. OLE color: 8390615.

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

Color convert

RGB 215 7 128 -
CMYK 0 0.97 0.40 0.16
HSL 325.1º 0.94% 0.44% -
HSV(B) 325.1º 0.97% 0.84% -
XYZ 32 16.16 21.85 -
YUV 82.99 153.41 222.16 -
System Red Green Blue C M Y K H S L
Decimal 215 7 128 0 0.97 0.40 0.16 325.1 0.94 0.44
Hex D7 7 80 0 61 28 10 145 5E 2C
Octal 327 7 200 0 141 50 20 505 136 54
Binary 11010111 111 10000000 0 1100001 101000 10000 101000101 1011110 101100

Color Harmonies of #D70780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70780

Black with #D70780

Text Example


Text Example

White with #D70780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70780; }

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

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

background-color css

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

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

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

border-color css

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

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

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