Html Css Color HEX #D104A0 Medium Violet Red

📋 copy color: '#D104A0'

red 209 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #D104A0

Tints of Medium Violet Red #D104A0

RGB

 RED value IS 209 (82.03% from 255) = 56.03%

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

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 56.03%
G = 1.07%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D104A0 (or 0xD104A0) is known color: Medium Violet Red. HEX triplet: D1, 04 and A0. RGB value is (209,4,160). Sum of RGB (Red+Green+Blue) = 209+4+160=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D104A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D104A0 is #2EFB5F. Grayscale: #525252. Windows color (decimal): -3079008 or 10486993. OLE color: 10486993.

HSL color Cylindrical-coordinate representation of color #D104A0: hue angle of 314.34º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D104A0 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 160 -
CMYK 0 0.98 0.23 0.18
HSL 314.34º 0.96% 0.42% -
HSV(B) 314.34º 0.98% 0.82% -
XYZ 32.68 16.18 34.66 -
YUV 83.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 209 4 160 0 0.98 0.23 0.18 314.34 0.96 0.42
Hex D1 4 A0 0 62 17 12 13A 60 2A
Octal 321 4 240 0 142 27 22 472 140 52
Binary 11010001 100 10100000 0 1100010 10111 10010 100111010 1100000 101010

Color Harmonies of #D104A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D104A0

Black with #D104A0

Text Example


Text Example

White with #D104A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D104A0; }

 p { color: rgb(209,4,160); }

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

background-color css

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

 a { background-color: rgb(209,4,160); }

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

border-color css

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

 span { border-color: rgb(209,4,160); }

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