Html Css Color HEX #D12092 Medium Violet Red

📋 copy color: '#D12092'

red 209 ◦ green 32 ◦ blue 146

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

Shades of Medium Violet Red #D12092

Tints of Medium Violet Red #D12092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 54.01%
G = 8.27%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D12092 (or 0xD12092) is known color: Medium Violet Red. HEX triplet: D1, 20 and 92. RGB value is (209,32,146). Sum of RGB (Red+Green+Blue) = 209+32+146=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D12092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12092 is #2EDF6D. Grayscale: #616161. Windows color (decimal): -3071854 or 9576657. OLE color: 9576657.

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

Color convert

RGB 209 32 146 -
CMYK 0 0.85 0.30 0.18
HSL 321.36º 0.73% 0.47% -
HSV(B) 321.36º 0.85% 0.82% -
XYZ 32 16.66 28.72 -
YUV 97.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 209 32 146 0 0.85 0.30 0.18 321.36 0.73 0.47
Hex D1 20 92 0 55 1E 12 141 49 2F
Octal 321 40 222 0 125 36 22 501 111 57
Binary 11010001 100000 10010010 0 1010101 11110 10010 101000001 1001001 101111

Color Harmonies of #D12092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12092

Black with #D12092

Text Example


Text Example

White with #D12092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12092; }

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

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

background-color css

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

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

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

border-color css

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

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

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