Html Css Color HEX #D70976 Medium Violet Red

📋 copy color: '#D70976'

red 215 ◦ green 9 ◦ blue 118

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

Shades of Medium Violet Red #D70976

Tints of Medium Violet Red #D70976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 62.87%
G = 2.63%
B = 34.5%

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

#D70976 (or 0xD70976) is known color: Medium Violet Red. HEX triplet: D7, 09 and 76. RGB value is (215,9,118). Sum of RGB (Red+Green+Blue) = 215+9+118=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D70976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70976 is #28F689. Grayscale: #525252. Windows color (decimal): -2684554 or 7735767. OLE color: 7735767.

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

Color convert

RGB 215 9 118 -
CMYK 0 0.96 0.45 0.16
HSL 328.25º 0.92% 0.44% -
HSV(B) 328.25º 0.96% 0.84% -
XYZ 31.39 15.95 18.56 -
YUV 83.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 215 9 118 0 0.96 0.45 0.16 328.25 0.92 0.44
Hex D7 9 76 0 60 2D 10 148 5C 2C
Octal 327 11 166 0 140 55 20 510 134 54
Binary 11010111 1001 1110110 0 1100000 101101 10000 101001000 1011100 101100

Color Harmonies of #D70976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70976

Black with #D70976

Text Example


Text Example

White with #D70976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70976; }

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

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

background-color css

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

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

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

border-color css

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

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

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