Html Css Color HEX #D120A6 Medium Violet Red

📋 copy color: '#D120A6'

red 209 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #D120A6

Tints of Medium Violet Red #D120A6

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

 GREEN value IS 32 (12.89% from 255) = 7.86%

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 51.35%
G = 7.86%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D120A6 (or 0xD120A6) is known color: Medium Violet Red. HEX triplet: D1, 20 and A6. RGB value is (209,32,166). Sum of RGB (Red+Green+Blue) = 209+32+166=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D120A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120A6 is #2EDF59. Grayscale: #636363. Windows color (decimal): -3071834 or 10887377. OLE color: 10887377.

HSL color Cylindrical-coordinate representation of color #D120A6: hue angle of 314.58º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D120A6 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 166 -
CMYK 0 0.85 0.21 0.18
HSL 314.58º 0.73% 0.47% -
HSV(B) 314.58º 0.85% 0.82% -
XYZ 33.69 17.34 37.65 -
YUV 100.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 209 32 166 0 0.85 0.21 0.18 314.58 0.73 0.47
Hex D1 20 A6 0 55 15 12 13B 49 2F
Octal 321 40 246 0 125 25 22 473 111 57
Binary 11010001 100000 10100110 0 1010101 10101 10010 100111011 1001001 101111

Color Harmonies of #D120A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120A6

Black with #D120A6

Text Example


Text Example

White with #D120A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120A6; }

 p { color: rgb(209,32,166); }

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

background-color css

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

 a { background-color: rgb(209,32,166); }

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

border-color css

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

 span { border-color: rgb(209,32,166); }

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