#DA19CC

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

Shades of Deep Magenta #DA19CC

Tints of Deep Magenta #DA19CC

Color information

#DA19CC (or 0xDA19CC) is unknown color: approx Deep Magenta. HEX triplet: DA, 19 and CC. RGB value is (218,25,204). Sum of RGB (Red+Green+Blue) = 218+25+204=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19CC is #25E633. Grayscale: #666666. Windows color (decimal): -2483764 or 13375962. OLE color: 13375962.

HSL color Cylindrical-coordinate representation of color #DA19CC: hue angle of 304.35º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19CC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21825204-
CMYK00.890.060.15
HSL304.35º79.42%47.65%-
HSV(B)304.35º88.53%85.49%-
XYZ40.1619.9658.86-
YUV103.11184.94209.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 25 (10.16% from 255) = 5.59%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=48.77%
G=5.59%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182520400.890.060.15304.3579.4247.65
HexDA19CC0596F1304f30
Octal33231314013161746011760
Binary1101101011001110011000101100111011111001100001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA19CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA19CC; }

 p { color: rgb(218,25,204); }

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

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

 a { background-color: rgb(218,25,204); }

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

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

 span { border-color: rgb(218,25,204); }

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