#D330B0

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

Shades of Fuchsia #D330B0

Tints of Fuchsia #D330B0

Color information

#D330B0 (or 0xD330B0) is unknown color: approx Fuchsia. HEX triplet: D3, 30 and B0. RGB value is (211,48,176). Sum of RGB (Red+Green+Blue) = 211+48+176=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D330B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330B0 is #2CCF4F. Grayscale: #6E6E6E. Windows color (decimal): -2936656 or 11546835. OLE color: 11546835.

HSL color Cylindrical-coordinate representation of color #D330B0: hue angle of 312.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330B0 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB21148176-
CMYK00.770.170.17
HSL312.88º64.94%50.78%-
HSV(B)312.88º77.25%82.75%-
XYZ35.7619.142.88-
YUV111.33164.5199.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.51%
GREEN value IS 48 (19.14% from 255) = 11.03%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=48.51%
G=11.03%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114817600.770.170.17312.8864.9450.78
HexD330B004D11111394133
Octal323602600115212147110163
Binary11010011110000101100000100110110001100011001110011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D330B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D330B0; }

 p { color: rgb(211,48,176); }

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

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

 a { background-color: rgb(211,48,176); }

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

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

 span { border-color: rgb(211,48,176); }

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