#DA0BD5

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

Shades of Deep Magenta #DA0BD5

Tints of Deep Magenta #DA0BD5

Color information

#DA0BD5 (or 0xDA0BD5) is unknown color: approx Deep Magenta. HEX triplet: DA, 0B and D5. RGB value is (218,11,213). Sum of RGB (Red+Green+Blue) = 218+11+213=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BD5 is #25F42A. Grayscale: #5F5F5F. Windows color (decimal): -2487339 or 13962202. OLE color: 13962202.

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

Color convert

RGB21811213-
CMYK00.950.020.15
HSL301.45º90.39%44.9%-
HSV(B)301.45º94.95%85.49%-
XYZ41.0419.9564.64-
YUV95.92194.08215.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 11 (4.69% from 255) = 2.49%
BLUE value IS 213 (83.59% from 255) = 48.19%
R=49.32%
G=2.49%
B=48.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181121300.950.020.15301.4590.3944.9
HexDABD505F2F12d5a2d
Octal33213325013721745513255
Binary11011010101111010101010111111011111001011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0BD5; }

 p { color: rgb(218,11,213); }

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

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

 a { background-color: rgb(218,11,213); }

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

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

 span { border-color: rgb(218,11,213); }

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