#D3038E

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

Shades of Medium Violet Red #D3038E

Tints of Medium Violet Red #D3038E

Color information

#D3038E (or 0xD3038E) is unknown color: approx Medium Violet Red. HEX triplet: D3, 03 and 8E. RGB value is (211,3,142). Sum of RGB (Red+Green+Blue) = 211+3+142=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3038E is #2CFC71. Grayscale: #505050. Windows color (decimal): -2948210 or 9307091. OLE color: 9307091.

HSL color Cylindrical-coordinate representation of color #D3038E: hue angle of 319.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3038E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB2113142-
CMYK00.990.330.17
HSL319.9º97.2%41.96%-
HSV(B)319.9º98.58%82.75%-
XYZ31.7815.8726.98-
YUV81.04162.41220.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.27%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=59.27%
G=0.84%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211314200.990.330.17319.997.241.96
HexD338E0632111140612a
Octal32332160143412150014152
Binary11010011111000111001100011100001100011010000001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3038E; }

 p { color: rgb(211,3,142); }

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

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

 a { background-color: rgb(211,3,142); }

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

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

 span { border-color: rgb(211,3,142); }

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