#da00c5

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

Shades of Deep Magenta #DA00C5

Tints of Deep Magenta #DA00C5

Color information

#DA00C5 (or 0xDA00C5) is unknown color: approx Deep Magenta. HEX triplet: DA, 00 and C5. RGB value is (218,0,197). Sum of RGB (Red+Green+Blue) = 218+0+197=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00C5 is #25FF3A. Grayscale: #575757. Windows color (decimal): -2490171 or 12910810. OLE color: 12910810.

HSL color Cylindrical-coordinate representation of color #DA00C5: hue angle of 305.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00C5 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB2180197-
CMYK010.100.15
HSL305.78º100%42.75%-
HSV(B)305.78º100%85.49%-
XYZ38.9918.9454.42-
YUV87.64189.72220.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 197 (77.34% from 255) = 47.47%
R=52.53%
G=0%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2180197010.100.15305.7810042.75
HexDA0C5064AF132642b
Octal33203050144121746214453
Binary1101101001100010101100100101011111001100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da00c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da00c5; }

 p { color: rgb(218,0,197); }

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

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

 a { background-color: rgb(218,0,197); }

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

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

 span { border-color: rgb(218,0,197); }

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