Html Css Color HEX #D12079 Medium Violet Red

📋 copy color: '#D12079'

red 209 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #D12079

Tints of Medium Violet Red #D12079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 57.73%
G = 8.84%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D12079 (or 0xD12079) is known color: Medium Violet Red. HEX triplet: D1, 20 and 79. RGB value is (209,32,121). Sum of RGB (Red+Green+Blue) = 209+32+121=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D12079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12079 is #2EDF86. Grayscale: #5E5E5E. Windows color (decimal): -3071879 or 7938257. OLE color: 7938257.

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

Color convert

RGB 209 32 121 -
CMYK 0 0.85 0.42 0.18
HSL 329.83º 0.73% 0.47% -
HSV(B) 329.83º 0.85% 0.82% -
XYZ 30.26 15.97 19.58 -
YUV 95.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 209 32 121 0 0.85 0.42 0.18 329.83 0.73 0.47
Hex D1 20 79 0 55 2A 12 14A 49 2F
Octal 321 40 171 0 125 52 22 512 111 57
Binary 11010001 100000 1111001 0 1010101 101010 10010 101001010 1001001 101111

Color Harmonies of #D12079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12079

Black with #D12079

Text Example


Text Example

White with #D12079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12079; }

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

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

background-color css

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

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

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

border-color css

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

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

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