Html Css Color HEX #D12094 Medium Violet Red

📋 copy color: '#D12094'

red 209 ◦ green 32 ◦ blue 148

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

Shades of Medium Violet Red #D12094

Tints of Medium Violet Red #D12094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 53.73%
G = 8.23%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D12094 (or 0xD12094) is known color: Medium Violet Red. HEX triplet: D1, 20 and 94. RGB value is (209,32,148). Sum of RGB (Red+Green+Blue) = 209+32+148=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D12094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12094 is #2EDF6B. Grayscale: #616161. Windows color (decimal): -3071852 or 9707729. OLE color: 9707729.

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

Color convert

RGB 209 32 148 -
CMYK 0 0.85 0.29 0.18
HSL 320.68º 0.73% 0.47% -
HSV(B) 320.68º 0.85% 0.82% -
XYZ 32.16 16.73 29.55 -
YUV 98.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 209 32 148 0 0.85 0.29 0.18 320.68 0.73 0.47
Hex D1 20 94 0 55 1D 12 141 49 2F
Octal 321 40 224 0 125 35 22 501 111 57
Binary 11010001 100000 10010100 0 1010101 11101 10010 101000001 1001001 101111

Color Harmonies of #D12094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12094

Black with #D12094

Text Example


Text Example

White with #D12094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12094; }

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

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

background-color css

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

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

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

border-color css

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

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

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