Html Css Color HEX #D70477 Medium Violet Red

📋 copy color: '#D70477'

red 215 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #D70477

Tints of Medium Violet Red #D70477

RGB

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

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

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

R = 63.61%
G = 1.18%
B = 35.21%

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

#D70477 (or 0xD70477) is known color: Medium Violet Red. HEX triplet: D7, 04 and 77. RGB value is (215,4,119). Sum of RGB (Red+Green+Blue) = 215+4+119=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D70477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70477 is #28FB88. Grayscale: #4F4F4F. Windows color (decimal): -2685833 or 7800023. OLE color: 7800023.

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

Color convert

RGB 215 4 119 -
CMYK 0 0.98 0.45 0.16
HSL 327.3º 0.96% 0.43% -
HSV(B) 327.3º 0.98% 0.84% -
XYZ 31.4 15.87 18.86 -
YUV 80.2 149.9 224.15 -
System Red Green Blue C M Y K H S L
Decimal 215 4 119 0 0.98 0.45 0.16 327.3 0.96 0.43
Hex D7 4 77 0 62 2D 10 147 60 2B
Octal 327 4 167 0 142 55 20 507 140 53
Binary 11010111 100 1110111 0 1100010 101101 10000 101000111 1100000 101011

Color Harmonies of #D70477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70477

Black with #D70477

Text Example


Text Example

White with #D70477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70477; }

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

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

background-color css

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

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

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

border-color css

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

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

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