#D01A74

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

Shades of Medium Violet Red #D01A74

Tints of Medium Violet Red #D01A74

Color information

#D01A74 (or 0xD01A74) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1A and 74. RGB value is (208,26,116). Sum of RGB (Red+Green+Blue) = 208+26+116=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A74 is #2FE58B. Grayscale: #5A5A5A. Windows color (decimal): -3138956 or 7609040. OLE color: 7609040.

HSL color Cylindrical-coordinate representation of color #D01A74: hue angle of 330.33º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A74 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20826116-
CMYK00.880.440.18
HSL330.33º77.78%45.88%-
HSV(B)330.33º87.5%81.57%-
XYZ29.5315.4117.94-
YUV90.68142.3211.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.43%
GREEN value IS 26 (10.55% from 255) = 7.43%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=59.43%
G=7.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082611600.880.440.18330.3377.7845.88
HexD01A740582C1214a4e2e
Octal320321640130542251211656
Binary1101000011010111010001011000101100100101010010101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01A74; }

 p { color: rgb(208,26,116); }

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

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

 a { background-color: rgb(208,26,116); }

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

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

 span { border-color: rgb(208,26,116); }

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