#DB26D7

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

Shades of Deep Magenta #DB26D7

Tints of Deep Magenta #DB26D7

Color information

#DB26D7 (or 0xDB26D7) is unknown color: approx Deep Magenta. HEX triplet: DB, 26 and D7. RGB value is (219,38,215). Sum of RGB (Red+Green+Blue) = 219+38+215=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26D7 is #24D928. Grayscale: #6F6F6F. Windows color (decimal): -2414889 or 14100187. OLE color: 14100187.

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

Color convert

RGB21938215-
CMYK00.830.020.14
HSL301.33º71.54%50.39%-
HSV(B)301.33º82.65%85.88%-
XYZ42.1721.3566.19-
YUV112.3185.97204.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 38 (15.23% from 255) = 8.05%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=46.40%
G=8.05%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193821500.830.020.14301.3371.5450.39
HexDB26D70532E12d4832
Octal33346327012321645511062
Binary1101101110011011010111010100111011101001011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB26D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB26D7; }

 p { color: rgb(219,38,215); }

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

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

 a { background-color: rgb(219,38,215); }

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

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

 span { border-color: rgb(219,38,215); }

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