Html Css Color HEX #D80490 Medium Violet Red

📋 copy color: '#D80490'

red 216 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #D80490

Tints of Medium Violet Red #D80490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 59.34%
G = 1.1%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D80490 (or 0xD80490) is known color: Medium Violet Red. HEX triplet: D8, 04 and 90. RGB value is (216,4,144). Sum of RGB (Red+Green+Blue) = 216+4+144=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D80490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80490 is #27FB6F. Grayscale: #535353. Windows color (decimal): -2620272 or 9438424. OLE color: 9438424.

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

Color convert

RGB 216 4 144 -
CMYK 0 0.98 0.33 0.15
HSL 320.38º 0.96% 0.43% -
HSV(B) 320.38º 0.98% 0.85% -
XYZ 33.4 16.7 27.85 -
YUV 83.35 162.24 222.62 -
System Red Green Blue C M Y K H S L
Decimal 216 4 144 0 0.98 0.33 0.15 320.38 0.96 0.43
Hex D8 4 90 0 62 21 F 140 60 2B
Octal 330 4 220 0 142 41 17 500 140 53
Binary 11011000 100 10010000 0 1100010 100001 1111 101000000 1100000 101011

Color Harmonies of #D80490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80490

Black with #D80490

Text Example


Text Example

White with #D80490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80490; }

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

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

background-color css

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

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

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

border-color css

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

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

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