Html Css Color HEX #D4049C Medium Violet Red

📋 copy color: '#D4049C'

red 212 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #D4049C

Tints of Medium Violet Red #D4049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 56.99%
G = 1.08%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4049C (or 0xD4049C) is known color: Medium Violet Red. HEX triplet: D4, 04 and 9C. RGB value is (212,4,156). Sum of RGB (Red+Green+Blue) = 212+4+156=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4049C is #2BFB63. Grayscale: #535353. Windows color (decimal): -2882404 or 10224852. OLE color: 10224852.

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

Color convert

RGB 212 4 156 -
CMYK 0 0.98 0.26 0.17
HSL 316.15º 0.96% 0.42% -
HSV(B) 316.15º 0.98% 0.83% -
XYZ 33.2 16.48 32.88 -
YUV 83.52 168.91 219.64 -
System Red Green Blue C M Y K H S L
Decimal 212 4 156 0 0.98 0.26 0.17 316.15 0.96 0.42
Hex D4 4 9C 0 62 1A 11 13C 60 2A
Octal 324 4 234 0 142 32 21 474 140 52
Binary 11010100 100 10011100 0 1100010 11010 10001 100111100 1100000 101010

Color Harmonies of #D4049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4049C

Black with #D4049C

Text Example


Text Example

White with #D4049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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