Html Css Color HEX #D12099 Medium Violet Red

📋 copy color: '#D12099'

red 209 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #D12099

Tints of Medium Violet Red #D12099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 53.05%
G = 8.12%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D12099 (or 0xD12099) is known color: Medium Violet Red. HEX triplet: D1, 20 and 99. RGB value is (209,32,153). Sum of RGB (Red+Green+Blue) = 209+32+153=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12099 is #2EDF66. Grayscale: #626262. Windows color (decimal): -3071847 or 10035409. OLE color: 10035409.

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

Color convert

RGB 209 32 153 -
CMYK 0 0.85 0.27 0.18
HSL 318.98º 0.73% 0.47% -
HSV(B) 318.98º 0.85% 0.82% -
XYZ 32.56 16.89 31.68 -
YUV 98.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 209 32 153 0 0.85 0.27 0.18 318.98 0.73 0.47
Hex D1 20 99 0 55 1B 12 13F 49 2F
Octal 321 40 231 0 125 33 22 477 111 57
Binary 11010001 100000 10011001 0 1010101 11011 10010 100111111 1001001 101111

Color Harmonies of #D12099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12099

Black with #D12099

Text Example


Text Example

White with #D12099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12099; }

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

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

background-color css

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

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

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

border-color css

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

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

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