Html Css Color HEX #D120AD Medium Violet Red

📋 copy color: '#D120AD'

red 209 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #D120AD

Tints of Medium Violet Red #D120AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 50.48%
G = 7.73%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D120AD (or 0xD120AD) is known color: Medium Violet Red. HEX triplet: D1, 20 and AD. RGB value is (209,32,173). Sum of RGB (Red+Green+Blue) = 209+32+173=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D120AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120AD is #2EDF52. Grayscale: #646464. Windows color (decimal): -3071827 or 11346129. OLE color: 11346129.

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

Color convert

RGB 209 32 173 -
CMYK 0 0.85 0.17 0.18
HSL 312.2º 0.73% 0.47% -
HSV(B) 312.2º 0.85% 0.82% -
XYZ 34.35 17.61 41.12 -
YUV 101 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 209 32 173 0 0.85 0.17 0.18 312.2 0.73 0.47
Hex D1 20 AD 0 55 11 12 138 49 2F
Octal 321 40 255 0 125 21 22 470 111 57
Binary 11010001 100000 10101101 0 1010101 10001 10010 100111000 1001001 101111

Color Harmonies of #D120AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120AD

Black with #D120AD

Text Example


Text Example

White with #D120AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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