Html Css Color HEX #D120A8 Medium Violet Red

📋 copy color: '#D120A8'

red 209 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #D120A8

Tints of Medium Violet Red #D120A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 51.1%
G = 7.82%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D120A8 (or 0xD120A8) is known color: Medium Violet Red. HEX triplet: D1, 20 and A8. RGB value is (209,32,168). Sum of RGB (Red+Green+Blue) = 209+32+168=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D120A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120A8 is #2EDF57. Grayscale: #646464. Windows color (decimal): -3071832 or 11018449. OLE color: 11018449.

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

Color convert

RGB 209 32 168 -
CMYK 0 0.85 0.20 0.18
HSL 313.9º 0.73% 0.47% -
HSV(B) 313.9º 0.85% 0.82% -
XYZ 33.88 17.42 38.62 -
YUV 100.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 209 32 168 0 0.85 0.20 0.18 313.9 0.73 0.47
Hex D1 20 A8 0 55 14 12 13A 49 2F
Octal 321 40 250 0 125 24 22 472 111 57
Binary 11010001 100000 10101000 0 1010101 10100 10010 100111010 1001001 101111

Color Harmonies of #D120A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120A8

Black with #D120A8

Text Example


Text Example

White with #D120A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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