Html Css Color HEX #D12086 Medium Violet Red

📋 copy color: '#D12086'

red 209 ◦ green 32 ◦ blue 134

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

Shades of Medium Violet Red #D12086

Tints of Medium Violet Red #D12086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 55.73%
G = 8.53%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D12086 (or 0xD12086) is known color: Medium Violet Red. HEX triplet: D1, 20 and 86. RGB value is (209,32,134). Sum of RGB (Red+Green+Blue) = 209+32+134=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D12086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12086 is #2EDF79. Grayscale: #606060. Windows color (decimal): -3071866 or 8790225. OLE color: 8790225.

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

Color convert

RGB 209 32 134 -
CMYK 0 0.85 0.36 0.18
HSL 325.42º 0.73% 0.47% -
HSV(B) 325.42º 0.85% 0.82% -
XYZ 31.11 16.31 24.06 -
YUV 96.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 209 32 134 0 0.85 0.36 0.18 325.42 0.73 0.47
Hex D1 20 86 0 55 24 12 145 49 2F
Octal 321 40 206 0 125 44 22 505 111 57
Binary 11010001 100000 10000110 0 1010101 100100 10010 101000101 1001001 101111

Color Harmonies of #D12086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12086

Black with #D12086

Text Example


Text Example

White with #D12086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12086; }

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

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

background-color css

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

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

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

border-color css

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

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

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