Html Css Color HEX #D70977 Medium Violet Red

📋 copy color: '#D70977'

red 215 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #D70977

Tints of Medium Violet Red #D70977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 62.68%
G = 2.62%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70977 (or 0xD70977) is known color: Medium Violet Red. HEX triplet: D7, 09 and 77. RGB value is (215,9,119). Sum of RGB (Red+Green+Blue) = 215+9+119=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D70977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70977 is #28F688. Grayscale: #525252. Windows color (decimal): -2684553 or 7801303. OLE color: 7801303.

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

Color convert

RGB 215 9 119 -
CMYK 0 0.96 0.45 0.16
HSL 327.96º 0.92% 0.44% -
HSV(B) 327.96º 0.96% 0.84% -
XYZ 31.45 15.97 18.88 -
YUV 83.13 148.25 222.06 -
System Red Green Blue C M Y K H S L
Decimal 215 9 119 0 0.96 0.45 0.16 327.96 0.92 0.44
Hex D7 9 77 0 60 2D 10 148 5C 2C
Octal 327 11 167 0 140 55 20 510 134 54
Binary 11010111 1001 1110111 0 1100000 101101 10000 101001000 1011100 101100

Color Harmonies of #D70977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70977

Black with #D70977

Text Example


Text Example

White with #D70977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70977; }

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

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

background-color css

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

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

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

border-color css

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

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

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