#DA14DB

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

Shades of Deep Magenta #DA14DB

Tints of Deep Magenta #DA14DB

Color information

#DA14DB (or 0xDA14DB) is unknown color: approx Deep Magenta. HEX triplet: DA, 14 and DB. RGB value is (218,20,219). Sum of RGB (Red+Green+Blue) = 218+20+219=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14DB is #25EB24. Grayscale: #656565. Windows color (decimal): -2485029 or 14357722. OLE color: 14357722.

HSL color Cylindrical-coordinate representation of color #DA14DB: hue angle of 299.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14DB is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21820219-
CMYK0.000.9100.14
HSL299.7º83.26%46.86%-
HSV(B)299.7º90.87%85.88%-
XYZ41.9520.5268.77-
YUV101.89194.1210.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 20 (8.20% from 255) = 4.38%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=47.70%
G=4.38%
B=47.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218202190.000.9100.14299.783.2646.86
HexDA14DB05B0E12c532f
Octal33224333013301645412357
Binary11011010101001101101101011011011101001011001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA14DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA14DB; }

 p { color: rgb(218,20,219); }

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

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

 a { background-color: rgb(218,20,219); }

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

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

 span { border-color: rgb(218,20,219); }

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