#D70A96

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

Shades of Medium Violet Red #D70A96

Tints of Medium Violet Red #D70A96

Color information

#D70A96 (or 0xD70A96) is unknown color: approx Medium Violet Red. HEX triplet: D7, 0A and 96. RGB value is (215,10,150). Sum of RGB (Red+Green+Blue) = 215+10+150=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A96 is #28F569. Grayscale: #565656. Windows color (decimal): -2684266 or 9833175. OLE color: 9833175.

HSL color Cylindrical-coordinate representation of color #D70A96: hue angle of 319.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A96 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21510150-
CMYK00.950.300.16
HSL319.02º91.11%44.12%-
HSV(B)319.02º95.35%84.31%-
XYZ33.6416.8730.34-
YUV87.26163.42219.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 10 (4.30% from 255) = 2.67%
BLUE value IS 150 (58.98% from 255) = 40%
R=57.33%
G=2.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151015000.950.300.16319.0291.1144.12
HexD7A9605F1E1013f5b2c
Octal327122260137362047713354
Binary110101111010100101100101111111110100001001111111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70A96; }

 p { color: rgb(215,10,150); }

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

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

 a { background-color: rgb(215,10,150); }

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

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

 span { border-color: rgb(215,10,150); }

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