Html Css Color HEX #D4109A Medium Violet Red

📋 copy color: '#D4109A'

red 212 ◦ green 16 ◦ blue 154

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

Shades of Medium Violet Red #D4109A

Tints of Medium Violet Red #D4109A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

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

R = 55.5%
G = 4.19%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4109A (or 0xD4109A) is known color: Medium Violet Red. HEX triplet: D4, 10 and 9A. RGB value is (212,16,154). Sum of RGB (Red+Green+Blue) = 212+16+154=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D4109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4109A is #2BEF65. Grayscale: #595959. Windows color (decimal): -2879334 or 10096852. OLE color: 10096852.

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

Color convert

RGB 212 16 154 -
CMYK 0 0.92 0.27 0.17
HSL 317.76º 0.86% 0.45% -
HSV(B) 317.76º 0.92% 0.83% -
XYZ 33.17 16.7 32.05 -
YUV 90.34 163.93 214.78 -
System Red Green Blue C M Y K H S L
Decimal 212 16 154 0 0.92 0.27 0.17 317.76 0.86 0.45
Hex D4 10 9A 0 5C 1B 11 13E 56 2D
Octal 324 20 232 0 134 33 21 476 126 55
Binary 11010100 10000 10011010 0 1011100 11011 10001 100111110 1010110 101101

Color Harmonies of #D4109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4109A

Black with #D4109A

Text Example


Text Example

White with #D4109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4109A; }

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

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

background-color css

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

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

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

border-color css

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

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

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