#DA14E1

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

Shades of Deep Magenta #DA14E1

Tints of Deep Magenta #DA14E1

Color information

#DA14E1 (or 0xDA14E1) is unknown color: approx Deep Magenta. HEX triplet: DA, 14 and E1. RGB value is (218,20,225). Sum of RGB (Red+Green+Blue) = 218+20+225=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA14E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14E1 is #25EB1E. Grayscale: #656565. Windows color (decimal): -2485023 or 14750938. OLE color: 14750938.

HSL color Cylindrical-coordinate representation of color #DA14E1: hue angle of 297.95º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14E1 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21820225-
CMYK0.030.9100.12
HSL297.95º83.67%48.04%-
HSV(B)297.95º91.11%88.24%-
XYZ42.7520.8473-
YUV102.57197.1210.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 20 (8.20% from 255) = 4.32%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=47.08%
G=4.32%
B=48.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218202250.030.9100.12297.9583.6748.04
HexDA14E135B0C12a5430
Octal33224341313301445212460
Binary110110101010011100001111011011011001001010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA14E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA14E1; }

 p { color: rgb(218,20,225); }

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

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

 a { background-color: rgb(218,20,225); }

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

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

 span { border-color: rgb(218,20,225); }

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