#DB3DC2

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

Shades of Fuchsia #DB3DC2

Tints of Fuchsia #DB3DC2

Color information

#DB3DC2 (or 0xDB3DC2) is unknown color: approx Fuchsia. HEX triplet: DB, 3D and C2. RGB value is (219,61,194). Sum of RGB (Red+Green+Blue) = 219+61+194=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DC2 is #24C23D. Grayscale: #7B7B7B. Windows color (decimal): -2409022 or 12729819. OLE color: 12729819.

HSL color Cylindrical-coordinate representation of color #DB3DC2: hue angle of 309.49º 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 #DB3DC2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB21961194-
CMYK00.720.110.14
HSL309.49º68.7%54.9%-
HSV(B)309.49º72.15%85.88%-
XYZ40.6222.2953.2-
YUV123.4167.85196.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 61 (24.22% from 255) = 12.87%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=46.20%
G=12.87%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196119400.720.110.14309.4968.754.9
HexDB3DC2048BE1354537
Octal333753020110131646510567
Binary110110111111011100001001001000101111101001101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3DC2; }

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

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

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

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

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

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

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

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