#D03ABD

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

Shades of Fuchsia #D03ABD

Tints of Fuchsia #D03ABD

Color information

#D03ABD (or 0xD03ABD) is unknown color: approx Fuchsia. HEX triplet: D0, 3A and BD. RGB value is (208,58,189). Sum of RGB (Red+Green+Blue) = 208+58+189=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ABD is #2FC542. Grayscale: #757575. Windows color (decimal): -3130691 or 12401360. OLE color: 12401360.

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

Color convert

RGB20858189-
CMYK00.720.090.18
HSL307.6º61.48%52.16%-
HSV(B)307.6º72.12%81.57%-
XYZ36.7120.1150.09-
YUV117.78168.2192.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 58 (23.05% from 255) = 12.75%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=45.71%
G=12.75%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085818900.720.090.18307.661.4852.16
HexD03ABD0489121343d34
Octal32072275011011224647564
Binary110100001110101011110101001000100110010100110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03ABD; }

 p { color: rgb(208,58,189); }

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

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

 a { background-color: rgb(208,58,189); }

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

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

 span { border-color: rgb(208,58,189); }

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