#DB3CBA

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

Shades of Fuchsia #DB3CBA

Tints of Fuchsia #DB3CBA

Color information

#DB3CBA (or 0xDB3CBA) is unknown color: approx Fuchsia. HEX triplet: DB, 3C and BA. RGB value is (219,60,186). Sum of RGB (Red+Green+Blue) = 219+60+186=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CBA is #24C345. Grayscale: #797979. Windows color (decimal): -2409286 or 12205275. OLE color: 12205275.

HSL color Cylindrical-coordinate representation of color #DB3CBA: hue angle of 312.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CBA is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB21960186-
CMYK00.730.150.14
HSL312.45º68.83%54.71%-
HSV(B)312.45º72.6%85.88%-
XYZ39.6921.8448.58-
YUV121.9164.18197.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 60 (23.83% from 255) = 12.90%
BLUE value IS 186 (73.05% from 255) = 40%
R=47.10%
G=12.90%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196018600.730.150.14312.4568.8354.71
HexDB3CBA049FE1384537
Octal333742720111171647010567
Binary110110111111001011101001001001111111101001110001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3CBA; }

 p { color: rgb(219,60,186); }

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

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

 a { background-color: rgb(219,60,186); }

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

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

 span { border-color: rgb(219,60,186); }

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