#D01476

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

Shades of Medium Violet Red #D01476

Tints of Medium Violet Red #D01476

Color information

#D01476 (or 0xD01476) is unknown color: approx Medium Violet Red. HEX triplet: D0, 14 and 76. RGB value is (208,20,118). Sum of RGB (Red+Green+Blue) = 208+20+118=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01476 is #2FEB89. Grayscale: #575757. Windows color (decimal): -3140490 or 7738576. OLE color: 7738576.

HSL color Cylindrical-coordinate representation of color #D01476: hue angle of 328.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01476 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB20820118-
CMYK00.900.430.18
HSL328.72º82.46%44.71%-
HSV(B)328.72º90.38%81.57%-
XYZ29.5315.2218.52-
YUV87.38145.28214.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.12%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=60.12%
G=5.78%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082011800.900.430.18328.7282.4644.71
HexD0147605A2B12149522d
Octal320241660132532251112255
Binary1101000010100111011001011010101011100101010010011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01476; }

 p { color: rgb(208,20,118); }

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

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

 a { background-color: rgb(208,20,118); }

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

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

 span { border-color: rgb(208,20,118); }

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