#DA117F

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

Shades of Medium Violet Red #DA117F

Tints of Medium Violet Red #DA117F

Color information

#DA117F (or 0xDA117F) is unknown color: approx Medium Violet Red. HEX triplet: DA, 11 and 7F. RGB value is (218,17,127). Sum of RGB (Red+Green+Blue) = 218+17+127=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA117F is #25EE80. Grayscale: #595959. Windows color (decimal): -2485889 or 8327642. OLE color: 8327642.

HSL color Cylindrical-coordinate representation of color #DA117F: hue angle of 327.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA117F is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB21817127-
CMYK00.920.420.15
HSL327.16º85.53%46.08%-
HSV(B)327.16º92.2%85.49%-
XYZ32.9416.8421.59-
YUV89.64149.09219.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.22%
GREEN value IS 17 (7.03% from 255) = 4.70%
BLUE value IS 127 (50% from 255) = 35.08%
R=60.22%
G=4.70%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181712700.920.420.15327.1685.5346.08
HexDA117F05C2AF147562e
Octal332211770134521750712656
Binary110110101000111111110101110010101011111010001111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA117F; }

 p { color: rgb(218,17,127); }

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

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

 a { background-color: rgb(218,17,127); }

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

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

 span { border-color: rgb(218,17,127); }

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