#DB1AC5

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

Shades of Deep Magenta #DB1AC5

Tints of Deep Magenta #DB1AC5

Color information

#DB1AC5 (or 0xDB1AC5) is unknown color: approx Deep Magenta. HEX triplet: DB, 1A and C5. RGB value is (219,26,197). Sum of RGB (Red+Green+Blue) = 219+26+197=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AC5 is #24E53A. Grayscale: #666666. Windows color (decimal): -2417979 or 12917467. OLE color: 12917467.

HSL color Cylindrical-coordinate representation of color #DB1AC5: hue angle of 306.84º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AC5 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB21926197-
CMYK00.880.100.14
HSL306.84º78.78%48.04%-
HSV(B)306.84º88.13%85.88%-
XYZ39.6619.8354.56-
YUV103.2180.94210.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.55%
GREEN value IS 26 (10.55% from 255) = 5.88%
BLUE value IS 197 (77.34% from 255) = 44.57%
R=49.55%
G=5.88%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192619700.880.100.14306.8478.7848.04
HexDB1AC5058AE1334f30
Octal333323050130121646311760
Binary11011011110101100010101011000101011101001100111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1AC5; }

 p { color: rgb(219,26,197); }

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

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

 a { background-color: rgb(219,26,197); }

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

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

 span { border-color: rgb(219,26,197); }

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