#D03EBB

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

Shades of Fuchsia #D03EBB

Tints of Fuchsia #D03EBB

Color information

#D03EBB (or 0xD03EBB) is unknown color: approx Fuchsia. HEX triplet: D0, 3E and BB. RGB value is (208,62,187). Sum of RGB (Red+Green+Blue) = 208+62+187=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D03EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EBB is #2FC144. Grayscale: #777777. Windows color (decimal): -3129669 or 12271312. OLE color: 12271312.

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

Color convert

RGB20862187-
CMYK00.700.100.18
HSL308.63º60.83%52.94%-
HSV(B)308.63º70.19%81.57%-
XYZ36.720.4449.03-
YUV119.9165.87190.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 62 (24.61% from 255) = 13.57%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=45.51%
G=13.57%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086218700.700.100.18308.6360.8352.94
HexD03EBB046A121353d35
Octal32076273010612224657565
Binary110100001111101011101101000110101010010100110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03EBB; }

 p { color: rgb(208,62,187); }

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

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

 a { background-color: rgb(208,62,187); }

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

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

 span { border-color: rgb(208,62,187); }

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