#D33AB0

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

Shades of Fuchsia #D33AB0

Tints of Fuchsia #D33AB0

Color information

#D33AB0 (or 0xD33AB0) is unknown color: approx Fuchsia. HEX triplet: D3, 3A and B0. RGB value is (211,58,176). Sum of RGB (Red+Green+Blue) = 211+58+176=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33AB0 is #2CC54F. Grayscale: #747474. Windows color (decimal): -2934096 or 11549395. OLE color: 11549395.

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

Color convert

RGB21158176-
CMYK00.730.170.17
HSL313.73º63.49%52.75%-
HSV(B)313.73º72.51%82.75%-
XYZ36.2120.0143.03-
YUV117.2161.19194.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.42%
GREEN value IS 58 (23.05% from 255) = 13.03%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=47.42%
G=13.03%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115817600.730.170.17313.7363.4952.75
HexD33AB0049111113a3f35
Octal32372260011121214727765
Binary1101001111101010110000010010011000110001100111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33AB0; }

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

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

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

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

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

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

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

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