#DA06C5

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

Shades of Deep Magenta #DA06C5

Tints of Deep Magenta #DA06C5

Color information

#DA06C5 (or 0xDA06C5) is unknown color: approx Deep Magenta. HEX triplet: DA, 06 and C5. RGB value is (218,6,197). Sum of RGB (Red+Green+Blue) = 218+6+197=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06C5 is #25F93A. Grayscale: #5A5A5A. Windows color (decimal): -2488635 or 12912346. OLE color: 12912346.

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

Color convert

RGB2186197-
CMYK00.970.100.15
HSL305.94º94.64%43.92%-
HSV(B)305.94º97.25%85.49%-
XYZ39.0619.0754.45-
YUV91.16187.74218.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.78%
GREEN value IS 6 (2.73% from 255) = 1.43%
BLUE value IS 197 (77.34% from 255) = 46.79%
R=51.78%
G=1.43%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218619700.970.100.15305.9494.6443.92
HexDA6C5061AF1325f2c
Octal33263050141121746213754
Binary110110101101100010101100001101011111001100101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA06C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA06C5; }

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

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

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

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

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

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

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

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