Html Css Color HEX #D12078 Medium Violet Red

📋 copy color: '#D12078'

red 209 ◦ green 32 ◦ blue 120

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

Shades of Medium Violet Red #D12078

Tints of Medium Violet Red #D12078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 57.89%
G = 8.86%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D12078 (or 0xD12078) is known color: Medium Violet Red. HEX triplet: D1, 20 and 78. RGB value is (209,32,120). Sum of RGB (Red+Green+Blue) = 209+32+120=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D12078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12078 is #2EDF87. Grayscale: #5E5E5E. Windows color (decimal): -3071880 or 7872721. OLE color: 7872721.

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

Color convert

RGB 209 32 120 -
CMYK 0 0.85 0.43 0.18
HSL 330.17º 0.73% 0.47% -
HSV(B) 330.17º 0.85% 0.82% -
XYZ 30.2 15.94 19.26 -
YUV 94.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 209 32 120 0 0.85 0.43 0.18 330.17 0.73 0.47
Hex D1 20 78 0 55 2B 12 14A 49 2F
Octal 321 40 170 0 125 53 22 512 111 57
Binary 11010001 100000 1111000 0 1010101 101011 10010 101001010 1001001 101111

Color Harmonies of #D12078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12078

Black with #D12078

Text Example


Text Example

White with #D12078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12078; }

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

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

background-color css

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

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

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

border-color css

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

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

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