#DC3DBA

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

Shades of Fuchsia #DC3DBA

Tints of Fuchsia #DC3DBA

Color information

#DC3DBA (or 0xDC3DBA) is unknown color: approx Fuchsia. HEX triplet: DC, 3D and BA. RGB value is (220,61,186). Sum of RGB (Red+Green+Blue) = 220+61+186=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DBA is #23C245. Grayscale: #7A7A7A. Windows color (decimal): -2343494 or 12205532. OLE color: 12205532.

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

Color convert

RGB22061186-
CMYK00.720.150.14
HSL312.83º69.43%55.1%-
HSV(B)312.83º72.27%86.27%-
XYZ40.0522.148.61-
YUV122.79163.68197.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=47.11%
G=13.06%
B=39.83%

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
Decimal2206118600.720.150.14312.8369.4355.1
HexDC3DBA048FE1394537
Octal334752720110171647110567
Binary110111001111011011101001001000111111101001110011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3DBA; }

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

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

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

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

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

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

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

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