#DA0DD3

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

Shades of Deep Magenta #DA0DD3

Tints of Deep Magenta #DA0DD3

Color information

#DA0DD3 (or 0xDA0DD3) is unknown color: approx Deep Magenta. HEX triplet: DA, 0D and D3. RGB value is (218,13,211). Sum of RGB (Red+Green+Blue) = 218+13+211=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DD3 is #25F22C. Grayscale: #606060. Windows color (decimal): -2486829 or 13831642. OLE color: 13831642.

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

Color convert

RGB21813211-
CMYK00.940.030.15
HSL302.05º88.74%45.29%-
HSV(B)302.05º94.04%85.49%-
XYZ40.8219.963.32-
YUV96.87192.42214.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 13 (5.47% from 255) = 2.94%
BLUE value IS 211 (82.81% from 255) = 47.74%
R=49.32%
G=2.94%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181321100.940.030.15302.0588.7445.29
HexDADD305E3F12e592d
Octal33215323013631745613155
Binary11011010110111010011010111101111111001011101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0DD3; }

 p { color: rgb(218,13,211); }

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

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

 a { background-color: rgb(218,13,211); }

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

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

 span { border-color: rgb(218,13,211); }

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