#D41083

Color #D41083 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D41083

Tints of Medium Violet Red #D41083

Color information

#D41083 (or 0xD41083) is unknown color: approx Medium Violet Red. HEX triplet: D4, 10 and 83. RGB value is (212,16,131). Sum of RGB (Red+Green+Blue) = 212+16+131=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D41083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41083 is #2BEF7C. Grayscale: #575757. Windows color (decimal): -2879357 or 8589524. OLE color: 8589524.

HSL color Cylindrical-coordinate representation of color #D41083: hue angle of 324.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41083 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21216131-
CMYK00.920.380.17
HSL324.8º85.96%44.71%-
HSV(B)324.8º92.45%83.14%-
XYZ31.4316.0122.91-
YUV87.71152.43216.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.05%
GREEN value IS 16 (6.64% from 255) = 4.46%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=59.05%
G=4.46%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121613100.920.380.17324.885.9644.71
HexD4108305C2611145562d
Octal324202030134462150512655
Binary11010100100001000001101011100100110100011010001011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41083; }

 p { color: rgb(212,16,131); }

 H1.HeaderClassName
 {
   color: #D41083;
 }
 .AnyTagClassName
 {
   color: #D41083;
 }
</style>
background-color css

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

 a { background-color: rgb(212,16,131); }

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

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

 span { border-color: rgb(212,16,131); }

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