#d01c75

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

Shades of Medium Violet Red #D01C75

Tints of Medium Violet Red #D01C75

Color information

#D01C75 (or 0xD01C75) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1C and 75. RGB value is (208,28,117). Sum of RGB (Red+Green+Blue) = 208+28+117=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C75 is #2FE38A. Grayscale: #5B5B5B. Windows color (decimal): -3138443 or 7675088. OLE color: 7675088.

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

Color convert

RGB20828117-
CMYK00.870.440.18
HSL330.33º76.27%46.27%-
HSV(B)330.33º86.54%81.57%-
XYZ29.6415.5218.26-
YUV91.97142.13210.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.92%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=58.92%
G=7.93%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082811700.870.440.18330.3376.2746.27
HexD01C750572C1214a4c2e
Octal320341650127542251211456
Binary1101000011100111010101010111101100100101010010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01c75; }

 p { color: rgb(208,28,117); }

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

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

 a { background-color: rgb(208,28,117); }

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

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

 span { border-color: rgb(208,28,117); }

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