Html Css Color HEX #D0049F Medium Violet Red

📋 copy color: '#D0049F'

red 208 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #D0049F

Tints of Medium Violet Red #D0049F

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 56.06%
G = 1.08%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0049F (or 0xD0049F) is known color: Medium Violet Red. HEX triplet: D0, 04 and 9F. RGB value is (208,4,159). Sum of RGB (Red+Green+Blue) = 208+4+159=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0049F is #2FFB60. Grayscale: #525252. Windows color (decimal): -3144545 or 10421456. OLE color: 10421456.

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

Color convert

RGB 208 4 159 -
CMYK 0 0.98 0.24 0.18
HSL 314.41º 0.96% 0.42% -
HSV(B) 314.41º 0.98% 0.82% -
XYZ 32.31 16 34.19 -
YUV 82.67 171.09 217.4 -
System Red Green Blue C M Y K H S L
Decimal 208 4 159 0 0.98 0.24 0.18 314.41 0.96 0.42
Hex D0 4 9F 0 62 18 12 13A 60 2A
Octal 320 4 237 0 142 30 22 472 140 52
Binary 11010000 100 10011111 0 1100010 11000 10010 100111010 1100000 101010

Color Harmonies of #D0049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0049F

Black with #D0049F

Text Example


Text Example

White with #D0049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0049F; }

 p { color: rgb(208,4,159); }

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

background-color css

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

 a { background-color: rgb(208,4,159); }

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

border-color css

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

 span { border-color: rgb(208,4,159); }

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