#D70C88

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

Shades of Medium Violet Red #D70C88

Tints of Medium Violet Red #D70C88

Color information

#D70C88 (or 0xD70C88) is unknown color: approx Medium Violet Red. HEX triplet: D7, 0C and 88. RGB value is (215,12,136). Sum of RGB (Red+Green+Blue) = 215+12+136=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C88 is #28F377. Grayscale: #565656. Windows color (decimal): -2683768 or 8916183. OLE color: 8916183.

HSL color Cylindrical-coordinate representation of color #D70C88: hue angle of 323.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C88 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB21512136-
CMYK00.940.370.16
HSL323.35º89.43%44.51%-
HSV(B)323.35º94.42%84.31%-
XYZ32.616.4924.76-
YUV86.83155.75219.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.23%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=59.23%
G=3.31%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151213600.940.370.16323.3589.4344.51
HexD7C8805E2510143592d
Octal327142100136452050313155
Binary1101011111001000100001011110100101100001010000111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70C88; }

 p { color: rgb(215,12,136); }

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

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

 a { background-color: rgb(215,12,136); }

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

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

 span { border-color: rgb(215,12,136); }

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