Html Css Color HEX #D80477 Medium Violet Red

📋 copy color: '#D80477'

red 216 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #D80477

Tints of Medium Violet Red #D80477

RGB

 RED value IS 216 (84.77% from 255) = 63.72%

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

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

R = 63.72%
G = 1.18%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D80477 (or 0xD80477) is known color: Medium Violet Red. HEX triplet: D8, 04 and 77. RGB value is (216,4,119). Sum of RGB (Red+Green+Blue) = 216+4+119=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D80477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80477 is #27FB88. Grayscale: #505050. Windows color (decimal): -2620297 or 7800024. OLE color: 7800024.

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

Color convert

RGB 216 4 119 -
CMYK 0 0.98 0.45 0.15
HSL 327.45º 0.96% 0.43% -
HSV(B) 327.45º 0.98% 0.85% -
XYZ 31.69 16.02 18.87 -
YUV 80.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 216 4 119 0 0.98 0.45 0.15 327.45 0.96 0.43
Hex D8 4 77 0 62 2D F 147 60 2B
Octal 330 4 167 0 142 55 17 507 140 53
Binary 11011000 100 1110111 0 1100010 101101 1111 101000111 1100000 101011

Color Harmonies of #D80477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80477

Black with #D80477

Text Example


Text Example

White with #D80477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80477; }

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

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

background-color css

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

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

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

border-color css

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

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

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