#DB3DBA

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

Shades of Fuchsia #DB3DBA

Tints of Fuchsia #DB3DBA

Color information

#DB3DBA (or 0xDB3DBA) is unknown color: approx Fuchsia. HEX triplet: DB, 3D and BA. RGB value is (219,61,186). Sum of RGB (Red+Green+Blue) = 219+61+186=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DBA is #24C245. Grayscale: #7A7A7A. Windows color (decimal): -2409030 or 12205531. OLE color: 12205531.

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

Color convert

RGB21961186-
CMYK00.720.150.14
HSL312.53º68.7%54.9%-
HSV(B)312.53º72.15%85.88%-
XYZ39.7521.9448.59-
YUV122.49163.85196.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 61 (24.22% from 255) = 13.09%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=47.00%
G=13.09%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196118600.720.150.14312.5368.754.9
HexDB3DBA048FE1394537
Octal333752720110171647110567
Binary110110111111011011101001001000111111101001110011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3DBA; }

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

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

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

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

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

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

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

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