#DA1FE3

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

Shades of Deep Magenta #DA1FE3

Tints of Deep Magenta #DA1FE3

Color information

#DA1FE3 (or 0xDA1FE3) is unknown color: approx Deep Magenta. HEX triplet: DA, 1F and E3. RGB value is (218,31,227). Sum of RGB (Red+Green+Blue) = 218+31+227=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA1FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FE3 is #25E01C. Grayscale: #6C6C6C. Windows color (decimal): -2482205 or 14884826. OLE color: 14884826.

HSL color Cylindrical-coordinate representation of color #DA1FE3: hue angle of 297.24º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FE3 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21831227-
CMYK0.040.8600.11
HSL297.24º77.78%50.59%-
HSV(B)297.24º86.34%89.02%-
XYZ43.2721.4374.53-
YUV109.26194.45205.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 31 (12.5% from 255) = 6.51%
BLUE value IS 227 (89.06% from 255) = 47.69%
R=45.80%
G=6.51%
B=47.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218312270.040.8600.11297.2477.7850.59
HexDA1FE34560B1294e33
Octal33237343412601345111663
Binary1101101011111111000111001010110010111001010011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1FE3; }

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

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

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

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

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

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

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

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