Html Css Color HEX #D70796 Medium Violet Red

📋 copy color: '#D70796'

red 215 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #D70796

Tints of Medium Violet Red #D70796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 57.8%
G = 1.88%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D70796 (or 0xD70796) is known color: Medium Violet Red. HEX triplet: D7, 07 and 96. RGB value is (215,7,150). Sum of RGB (Red+Green+Blue) = 215+7+150=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D70796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70796 is #28F869. Grayscale: #555555. Windows color (decimal): -2685034 or 9832407. OLE color: 9832407.

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

Color convert

RGB 215 7 150 -
CMYK 0 0.97 0.30 0.16
HSL 318.75º 0.94% 0.44% -
HSV(B) 318.75º 0.97% 0.84% -
XYZ 33.61 16.8 30.33 -
YUV 85.49 164.41 220.37 -
System Red Green Blue C M Y K H S L
Decimal 215 7 150 0 0.97 0.30 0.16 318.75 0.94 0.44
Hex D7 7 96 0 61 1E 10 13F 5E 2C
Octal 327 7 226 0 141 36 20 477 136 54
Binary 11010111 111 10010110 0 1100001 11110 10000 100111111 1011110 101100

Color Harmonies of #D70796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70796

Black with #D70796

Text Example


Text Example

White with #D70796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70796; }

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

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

background-color css

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

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

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

border-color css

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

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

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