Html Css Color HEX #D12391 Medium Violet Red

📋 copy color: '#D12391'

red 209 ◦ green 35 ◦ blue 145

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

Shades of Medium Violet Red #D12391

Tints of Medium Violet Red #D12391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 53.73%
G = 9%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D12391 (or 0xD12391) is known color: Medium Violet Red. HEX triplet: D1, 23 and 91. RGB value is (209,35,145). Sum of RGB (Red+Green+Blue) = 209+35+145=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D12391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12391 is #2EDC6E. Grayscale: #636363. Windows color (decimal): -3071087 or 9511889. OLE color: 9511889.

HSL color Cylindrical-coordinate representation of color #D12391: hue angle of 322.07º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12391 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 145 -
CMYK 0 0.83 0.31 0.18
HSL 322.07º 0.71% 0.48% -
HSV(B) 322.07º 0.83% 0.82% -
XYZ 32.01 16.8 28.34 -
YUV 99.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 209 35 145 0 0.83 0.31 0.18 322.07 0.71 0.48
Hex D1 23 91 0 53 1F 12 142 47 30
Octal 321 43 221 0 123 37 22 502 107 60
Binary 11010001 100011 10010001 0 1010011 11111 10010 101000010 1000111 110000

Color Harmonies of #D12391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12391

Black with #D12391

Text Example


Text Example

White with #D12391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12391; }

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

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

background-color css

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

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

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

border-color css

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

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

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