#DB48B2

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

Shades of Fuchsia #DB48B2

Tints of Fuchsia #DB48B2

Color information

#DB48B2 (or 0xDB48B2) is unknown color: approx Fuchsia. HEX triplet: DB, 48 and B2. RGB value is (219,72,178). Sum of RGB (Red+Green+Blue) = 219+72+178=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48B2 is #24B74D. Grayscale: #7F7F7F. Windows color (decimal): -2406222 or 11684059. OLE color: 11684059.

HSL color Cylindrical-coordinate representation of color #DB48B2: hue angle of 316.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48B2 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB21972178-
CMYK00.670.190.14
HSL316.73º67.12%57.06%-
HSV(B)316.73º67.12%85.88%-
XYZ39.5722.9144.46-
YUV128.04156.2192.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=46.70%
G=15.35%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197217800.670.190.14316.7367.1257.06
HexDB48B204313E13d4339
Octal3331102620103231647510371
Binary11011011100100010110010010000111001111101001111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB48B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB48B2; }

 p { color: rgb(219,72,178); }

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

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

 a { background-color: rgb(219,72,178); }

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

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

 span { border-color: rgb(219,72,178); }

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