#DA1FDF

Color #DA1FDF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DA1FDF

Tints of Deep Magenta #DA1FDF

Color information

#DA1FDF (or 0xDA1FDF) is unknown color: approx Deep Magenta. HEX triplet: DA, 1F and DF. RGB value is (218,31,223). Sum of RGB (Red+Green+Blue) = 218+31+223=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FDF is #25E020. Grayscale: #6C6C6C. Windows color (decimal): -2482209 or 14622682. OLE color: 14622682.

HSL color Cylindrical-coordinate representation of color #DA1FDF: hue angle of 298.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FDF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21831223-
CMYK0.020.8600.13
HSL298.44º75.59%49.8%-
HSV(B)298.44º86.1%87.45%-
XYZ42.7221.2171.65-
YUV108.8192.45205.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 31 (12.5% from 255) = 6.57%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=46.19%
G=6.57%
B=47.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218312230.020.8600.13298.4475.5949.8
HexDA1FDF2560D12a4c32
Octal33237337212601545211462
Binary110110101111111011111101010110011011001010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1FDF; }

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

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

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

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

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

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

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

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