#D030B3

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

Shades of Fuchsia #D030B3

Tints of Fuchsia #D030B3

Color information

#D030B3 (or 0xD030B3) is unknown color: approx Fuchsia. HEX triplet: D0, 30 and B3. RGB value is (208,48,179). Sum of RGB (Red+Green+Blue) = 208+48+179=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D030B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030B3 is #2FCF4C. Grayscale: #6E6E6E. Windows color (decimal): -3133261 or 11743440. OLE color: 11743440.

HSL color Cylindrical-coordinate representation of color #D030B3: hue angle of 310.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D030B3 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20848179-
CMYK00.770.140.18
HSL310.88º62.99%50.2%-
HSV(B)310.88º76.92%81.57%-
XYZ35.2118.7844.42-
YUV110.77166.51197.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 48 (19.14% from 255) = 11.03%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=47.82%
G=11.03%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084817900.770.140.18310.8862.9950.2
HexD030B304DE121373f32
Octal32060263011516224677762
Binary110100001100001011001101001101111010010100110111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D030B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D030B3; }

 p { color: rgb(208,48,179); }

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

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

 a { background-color: rgb(208,48,179); }

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

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

 span { border-color: rgb(208,48,179); }

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