Html Css Color HEX #D12091 Medium Violet Red

📋 copy color: '#D12091'

red 209 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #D12091

Tints of Medium Violet Red #D12091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 54.15%
G = 8.29%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D12091 (or 0xD12091) is known color: Medium Violet Red. HEX triplet: D1, 20 and 91. RGB value is (209,32,145). Sum of RGB (Red+Green+Blue) = 209+32+145=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D12091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12091 is #2EDF6E. Grayscale: #616161. Windows color (decimal): -3071855 or 9511121. OLE color: 9511121.

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

Color convert

RGB 209 32 145 -
CMYK 0 0.85 0.31 0.18
HSL 321.69º 0.73% 0.47% -
HSV(B) 321.69º 0.85% 0.82% -
XYZ 31.92 16.63 28.32 -
YUV 97.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 209 32 145 0 0.85 0.31 0.18 321.69 0.73 0.47
Hex D1 20 91 0 55 1F 12 142 49 2F
Octal 321 40 221 0 125 37 22 502 111 57
Binary 11010001 100000 10010001 0 1010101 11111 10010 101000010 1001001 101111

Color Harmonies of #D12091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12091

Black with #D12091

Text Example


Text Example

White with #D12091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12091; }

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

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

background-color css

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

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

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

border-color css

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

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

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