#D03DB6

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

Shades of Fuchsia #D03DB6

Tints of Fuchsia #D03DB6

Color information

#D03DB6 (or 0xD03DB6) is unknown color: approx Fuchsia. HEX triplet: D0, 3D and B6. RGB value is (208,61,182). Sum of RGB (Red+Green+Blue) = 208+61+182=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DB6 is #2FC249. Grayscale: #767676. Windows color (decimal): -3129930 or 11943376. OLE color: 11943376.

HSL color Cylindrical-coordinate representation of color #D03DB6: hue angle of 310.61º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DB6 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20861182-
CMYK00.710.120.18
HSL310.61º61%52.75%-
HSV(B)310.61º70.67%81.57%-
XYZ36.1220.1246.24-
YUV118.75163.7191.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 182 (71.48% from 255) = 40.35%
R=46.12%
G=13.53%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086118200.710.120.18310.616152.75
HexD03DB6047C121373d35
Octal32075266010714224677565
Binary110100001111011011011001000111110010010100110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03DB6; }

 p { color: rgb(208,61,182); }

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

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

 a { background-color: rgb(208,61,182); }

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

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

 span { border-color: rgb(208,61,182); }

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