#DA017C

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

Shades of Medium Violet Red #DA017C

Tints of Medium Violet Red #DA017C

Color information

#DA017C (or 0xDA017C) is unknown color: approx Medium Violet Red. HEX triplet: DA, 01 and 7C. RGB value is (218,1,124). Sum of RGB (Red+Green+Blue) = 218+1+124=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA017C is #25FE83. Grayscale: #4F4F4F. Windows color (decimal): -2489988 or 8126938. OLE color: 8126938.

HSL color Cylindrical-coordinate representation of color #DA017C: hue angle of 325.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA017C is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB2181124-
CMYK01.000.430.15
HSL325.99º99.09%42.94%-
HSV(B)325.99º99.54%85.49%-
XYZ32.5616.3820.51-
YUV79.9152.89226.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.56%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=63.56%
G=0.29%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218112401.000.430.15325.9999.0942.94
HexDA17C0642BF146632b
Octal33211740144531750614353
Binary11011010111111000110010010101111111010001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA017C; }

 p { color: rgb(218,1,124); }

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

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

 a { background-color: rgb(218,1,124); }

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

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

 span { border-color: rgb(218,1,124); }

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