#d40788

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

Shades of Medium Violet Red #D40788

Tints of Medium Violet Red #D40788

Color information

#D40788 (or 0xD40788) is unknown color: approx Medium Violet Red. HEX triplet: D4, 07 and 88. RGB value is (212,7,136). Sum of RGB (Red+Green+Blue) = 212+7+136=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D40788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40788 is #2BF877. Grayscale: #525252. Windows color (decimal): -2881656 or 8914900. OLE color: 8914900.

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

Color convert

RGB2127136-
CMYK00.970.360.17
HSL322.24º93.61%42.94%-
HSV(B)322.24º96.7%83.14%-
XYZ31.6715.9324.7-
YUV83157.92220.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.72%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=59.72%
G=1.97%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212713600.970.360.17322.2493.6142.94
HexD478806124111425e2b
Octal32472100141442150213653
Binary110101001111000100001100001100100100011010000101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d40788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d40788; }

 p { color: rgb(212,7,136); }

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

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

 a { background-color: rgb(212,7,136); }

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

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

 span { border-color: rgb(212,7,136); }

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