Html Css Color HEX #D70476 Medium Violet Red

📋 copy color: '#D70476'

red 215 ◦ green 4 ◦ blue 118

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

Shades of Medium Violet Red #D70476

Tints of Medium Violet Red #D70476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 63.8%
G = 1.19%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70476 (or 0xD70476) is known color: Medium Violet Red. HEX triplet: D7, 04 and 76. RGB value is (215,4,118). Sum of RGB (Red+Green+Blue) = 215+4+118=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D70476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70476 is #28FB89. Grayscale: #4F4F4F. Windows color (decimal): -2685834 or 7734487. OLE color: 7734487.

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

Color convert

RGB 215 4 118 -
CMYK 0 0.98 0.45 0.16
HSL 327.58º 0.96% 0.43% -
HSV(B) 327.58º 0.98% 0.84% -
XYZ 31.34 15.84 18.55 -
YUV 80.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 215 4 118 0 0.98 0.45 0.16 327.58 0.96 0.43
Hex D7 4 76 0 62 2D 10 148 60 2B
Octal 327 4 166 0 142 55 20 510 140 53
Binary 11010111 100 1110110 0 1100010 101101 10000 101001000 1100000 101011

Color Harmonies of #D70476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70476

Black with #D70476

Text Example


Text Example

White with #D70476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70476; }

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

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

background-color css

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

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

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

border-color css

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

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

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