Html Css Color HEX #D0049B Medium Violet Red

📋 copy color: '#D0049B'

red 208 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #D0049B

Tints of Medium Violet Red #D0049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 56.68%
G = 1.09%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0049B (or 0xD0049B) is known color: Medium Violet Red. HEX triplet: D0, 04 and 9B. RGB value is (208,4,155). Sum of RGB (Red+Green+Blue) = 208+4+155=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0049B is #2FFB64. Grayscale: #515151. Windows color (decimal): -3144549 or 10159312. OLE color: 10159312.

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

Color convert

RGB 208 4 155 -
CMYK 0 0.98 0.25 0.18
HSL 315.59º 0.96% 0.42% -
HSV(B) 315.59º 0.98% 0.82% -
XYZ 31.97 15.86 32.39 -
YUV 82.21 169.09 217.72 -
System Red Green Blue C M Y K H S L
Decimal 208 4 155 0 0.98 0.25 0.18 315.59 0.96 0.42
Hex D0 4 9B 0 62 19 12 13C 60 2A
Octal 320 4 233 0 142 31 22 474 140 52
Binary 11010000 100 10011011 0 1100010 11001 10010 100111100 1100000 101010

Color Harmonies of #D0049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0049B

Black with #D0049B

Text Example


Text Example

White with #D0049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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