#D60D74

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

Shades of Medium Violet Red #D60D74

Tints of Medium Violet Red #D60D74

Color information

#D60D74 (or 0xD60D74) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0D and 74. RGB value is (214,13,116). Sum of RGB (Red+Green+Blue) = 214+13+116=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D74 is #29F28B. Grayscale: #545454. Windows color (decimal): -2749068 or 7605718. OLE color: 7605718.

HSL color Cylindrical-coordinate representation of color #D60D74: hue angle of 329.25º 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 #D60D74 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21413116-
CMYK00.940.460.16
HSL329.25º88.55%44.51%-
HSV(B)329.25º93.93%83.92%-
XYZ31.0315.8417.95-
YUV84.84145.59220.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.39%
GREEN value IS 13 (5.47% from 255) = 3.79%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=62.39%
G=3.79%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141311600.940.460.16329.2588.5544.51
HexD6D7405E2E10149592d
Octal326151640136562051113155
Binary110101101101111010001011110101110100001010010011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60D74; }

 p { color: rgb(214,13,116); }

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

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

 a { background-color: rgb(214,13,116); }

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

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

 span { border-color: rgb(214,13,116); }

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