#DA15C9

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

Shades of Deep Magenta #DA15C9

Tints of Deep Magenta #DA15C9

Color information

#DA15C9 (or 0xDA15C9) is unknown color: approx Deep Magenta. HEX triplet: DA, 15 and C9. RGB value is (218,21,201). Sum of RGB (Red+Green+Blue) = 218+21+201=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15C9 is #25EA36. Grayscale: #636363. Windows color (decimal): -2484791 or 13178330. OLE color: 13178330.

HSL color Cylindrical-coordinate representation of color #DA15C9: hue angle of 305.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15C9 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21821201-
CMYK00.900.080.15
HSL305.18º82.43%46.86%-
HSV(B)305.18º90.37%85.49%-
XYZ39.7219.6656.96-
YUV100.42184.77211.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 21 (8.59% from 255) = 4.77%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=49.55%
G=4.77%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182120100.900.080.15305.1882.4346.86
HexDA15C905A8F131522f
Octal332253110132101746112257
Binary11011010101011100100101011010100011111001100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA15C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA15C9; }

 p { color: rgb(218,21,201); }

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

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

 a { background-color: rgb(218,21,201); }

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

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

 span { border-color: rgb(218,21,201); }

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