Html Css Color HEX #D70997 Medium Violet Red

📋 copy color: '#D70997'

red 215 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #D70997

Tints of Medium Violet Red #D70997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.4%

 BLUE value IS 151 (59.38% from 255) = 40.27%

R = 57.33%
G = 2.4%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D70997 (or 0xD70997) is known color: Medium Violet Red. HEX triplet: D7, 09 and 97. RGB value is (215,9,151). Sum of RGB (Red+Green+Blue) = 215+9+151=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D70997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70997 is #28F668. Grayscale: #565656. Windows color (decimal): -2684521 or 9898455. OLE color: 9898455.

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

Color convert

RGB 215 9 151 -
CMYK 0 0.96 0.30 0.16
HSL 318.64º 0.92% 0.44% -
HSV(B) 318.64º 0.96% 0.84% -
XYZ 33.71 16.88 30.76 -
YUV 86.78 164.25 219.45 -
System Red Green Blue C M Y K H S L
Decimal 215 9 151 0 0.96 0.30 0.16 318.64 0.92 0.44
Hex D7 9 97 0 60 1E 10 13F 5C 2C
Octal 327 11 227 0 140 36 20 477 134 54
Binary 11010111 1001 10010111 0 1100000 11110 10000 100111111 1011100 101100

Color Harmonies of #D70997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70997

Black with #D70997

Text Example


Text Example

White with #D70997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70997; }

 p { color: rgb(215,9,151); }

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

background-color css

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

 a { background-color: rgb(215,9,151); }

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

border-color css

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

 span { border-color: rgb(215,9,151); }

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