Html Css Color HEX #D70786 Medium Violet Red

📋 copy color: '#D70786'

red 215 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #D70786

Tints of Medium Violet Red #D70786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 60.39%
G = 1.97%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D70786 (or 0xD70786) is known color: Medium Violet Red. HEX triplet: D7, 07 and 86. RGB value is (215,7,134). Sum of RGB (Red+Green+Blue) = 215+7+134=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D70786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70786 is #28F879. Grayscale: #535353. Windows color (decimal): -2685050 or 8783831. OLE color: 8783831.

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

Color convert

RGB 215 7 134 -
CMYK 0 0.97 0.38 0.16
HSL 323.37º 0.94% 0.44% -
HSV(B) 323.37º 0.97% 0.84% -
XYZ 32.4 16.32 24 -
YUV 83.67 156.41 221.67 -
System Red Green Blue C M Y K H S L
Decimal 215 7 134 0 0.97 0.38 0.16 323.37 0.94 0.44
Hex D7 7 86 0 61 26 10 143 5E 2C
Octal 327 7 206 0 141 46 20 503 136 54
Binary 11010111 111 10000110 0 1100001 100110 10000 101000011 1011110 101100

Color Harmonies of #D70786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70786

Black with #D70786

Text Example


Text Example

White with #D70786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70786; }

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

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

background-color css

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

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

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

border-color css

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

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

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