#DA1FA4

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

Shades of Medium Violet Red #DA1FA4

Tints of Medium Violet Red #DA1FA4

Color information

#DA1FA4 (or 0xDA1FA4) is unknown color: approx Medium Violet Red. HEX triplet: DA, 1F and A4. RGB value is (218,31,164). Sum of RGB (Red+Green+Blue) = 218+31+164=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1FA4 is #25E05B. Grayscale: #656565. Windows color (decimal): -2482268 or 10756058. OLE color: 10756058.

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

Color convert

RGB21831164-
CMYK00.860.250.15
HSL317.33º75.1%48.82%-
HSV(B)317.33º85.78%85.49%-
XYZ36.118.5736.8-
YUV102.08162.95210.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 31 (12.5% from 255) = 7.51%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=52.78%
G=7.51%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183116400.860.250.15317.3375.148.82
HexDA1FA405619F13d4b31
Octal332372440126311747511361
Binary110110101111110100100010101101100111111001111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1FA4; }

 p { color: rgb(218,31,164); }

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

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

 a { background-color: rgb(218,31,164); }

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

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

 span { border-color: rgb(218,31,164); }

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