Html Css Color HEX #D80478 Medium Violet Red

📋 copy color: '#D80478'

red 216 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #D80478

Tints of Medium Violet Red #D80478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 63.53%
G = 1.18%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D80478 (or 0xD80478) is known color: Medium Violet Red. HEX triplet: D8, 04 and 78. RGB value is (216,4,120). Sum of RGB (Red+Green+Blue) = 216+4+120=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D80478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80478 is #27FB87. Grayscale: #505050. Windows color (decimal): -2620296 or 7865560. OLE color: 7865560.

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

Color convert

RGB 216 4 120 -
CMYK 0 0.98 0.44 0.15
HSL 327.17º 0.96% 0.43% -
HSV(B) 327.17º 0.98% 0.85% -
XYZ 31.75 16.04 19.19 -
YUV 80.61 150.24 224.57 -
System Red Green Blue C M Y K H S L
Decimal 216 4 120 0 0.98 0.44 0.15 327.17 0.96 0.43
Hex D8 4 78 0 62 2C F 147 60 2B
Octal 330 4 170 0 142 54 17 507 140 53
Binary 11011000 100 1111000 0 1100010 101100 1111 101000111 1100000 101011

Color Harmonies of #D80478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80478

Black with #D80478

Text Example


Text Example

White with #D80478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80478; }

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

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

background-color css

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

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

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

border-color css

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

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

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