Html Css Color HEX #D12072 Medium Violet Red

📋 copy color: '#D12072'

red 209 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #D12072

Tints of Medium Violet Red #D12072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 58.87%
G = 9.01%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D12072 (or 0xD12072) is known color: Medium Violet Red. HEX triplet: D1, 20 and 72. RGB value is (209,32,114). Sum of RGB (Red+Green+Blue) = 209+32+114=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D12072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12072 is #2EDF8D. Grayscale: #5E5E5E. Windows color (decimal): -3071886 or 7479505. OLE color: 7479505.

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

Color convert

RGB 209 32 114 -
CMYK 0 0.85 0.45 0.18
HSL 332.2º 0.73% 0.47% -
HSV(B) 332.2º 0.85% 0.82% -
XYZ 29.85 15.8 17.4 -
YUV 94.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 209 32 114 0 0.85 0.45 0.18 332.2 0.73 0.47
Hex D1 20 72 0 55 2D 12 14C 49 2F
Octal 321 40 162 0 125 55 22 514 111 57
Binary 11010001 100000 1110010 0 1010101 101101 10010 101001100 1001001 101111

Color Harmonies of #D12072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12072

Black with #D12072

Text Example


Text Example

White with #D12072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12072; }

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

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

background-color css

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

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

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

border-color css

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

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

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