Html Css Color HEX #D4049A Medium Violet Red

📋 copy color: '#D4049A'

red 212 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #D4049A

Tints of Medium Violet Red #D4049A

RGB

 RED value IS 212 (83.2% from 255) = 57.3%

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

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 57.3%
G = 1.08%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4049A (or 0xD4049A) is known color: Medium Violet Red. HEX triplet: D4, 04 and 9A. RGB value is (212,4,154). Sum of RGB (Red+Green+Blue) = 212+4+154=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4049A is #2BFB65. Grayscale: #525252. Windows color (decimal): -2882406 or 10093780. OLE color: 10093780.

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

Color convert

RGB 212 4 154 -
CMYK 0 0.98 0.27 0.17
HSL 316.73º 0.96% 0.42% -
HSV(B) 316.73º 0.98% 0.83% -
XYZ 33.03 16.42 32 -
YUV 83.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 212 4 154 0 0.98 0.27 0.17 316.73 0.96 0.42
Hex D4 4 9A 0 62 1B 11 13D 60 2A
Octal 324 4 232 0 142 33 21 475 140 52
Binary 11010100 100 10011010 0 1100010 11011 10001 100111101 1100000 101010

Color Harmonies of #D4049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4049A

Black with #D4049A

Text Example


Text Example

White with #D4049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4049A; }

 p { color: rgb(212,4,154); }

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

background-color css

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

 a { background-color: rgb(212,4,154); }

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

border-color css

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

 span { border-color: rgb(212,4,154); }

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