Html Css Color HEX #D70795 Medium Violet Red

📋 copy color: '#D70795'

red 215 ◦ green 7 ◦ blue 149

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

Shades of Medium Violet Red #D70795

Tints of Medium Violet Red #D70795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 57.95%
G = 1.89%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D70795 (or 0xD70795) is known color: Medium Violet Red. HEX triplet: D7, 07 and 95. RGB value is (215,7,149). Sum of RGB (Red+Green+Blue) = 215+7+149=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D70795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70795 is #28F86A. Grayscale: #555555. Windows color (decimal): -2685035 or 9766871. OLE color: 9766871.

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

Color convert

RGB 215 7 149 -
CMYK 0 0.97 0.31 0.16
HSL 319.04º 0.94% 0.44% -
HSV(B) 319.04º 0.97% 0.84% -
XYZ 33.53 16.77 29.9 -
YUV 85.38 163.91 220.45 -
System Red Green Blue C M Y K H S L
Decimal 215 7 149 0 0.97 0.31 0.16 319.04 0.94 0.44
Hex D7 7 95 0 61 1F 10 13F 5E 2C
Octal 327 7 225 0 141 37 20 477 136 54
Binary 11010111 111 10010101 0 1100001 11111 10000 100111111 1011110 101100

Color Harmonies of #D70795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70795

Black with #D70795

Text Example


Text Example

White with #D70795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70795; }

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

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

background-color css

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

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

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

border-color css

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

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

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