#D33FC0

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

Shades of Fuchsia #D33FC0

Tints of Fuchsia #D33FC0

Color information

#D33FC0 (or 0xD33FC0) is unknown color: approx Fuchsia. HEX triplet: D3, 3F and C0. RGB value is (211,63,192). Sum of RGB (Red+Green+Blue) = 211+63+192=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FC0 is #2CC03F. Grayscale: #797979. Windows color (decimal): -2932800 or 12599251. OLE color: 12599251.

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

Color convert

RGB21163192-
CMYK00.700.090.17
HSL307.7º62.71%53.73%-
HSV(B)307.7º70.14%82.75%-
XYZ38.1621.2151.95-
YUV121.96167.53191.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 63 (25% from 255) = 13.52%
BLUE value IS 192 (75.39% from 255) = 41.20%
R=45.28%
G=13.52%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116319200.700.090.17307.762.7153.73
HexD33FC00469111343f36
Octal32377300010611214647766
Binary110100111111111100000001000110100110001100110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33FC0; }

 p { color: rgb(211,63,192); }

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

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

 a { background-color: rgb(211,63,192); }

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

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

 span { border-color: rgb(211,63,192); }

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