#D33FC6

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

Shades of Fuchsia #D33FC6

Tints of Fuchsia #D33FC6

Color information

#D33FC6 (or 0xD33FC6) is unknown color: approx Fuchsia. HEX triplet: D3, 3F and C6. RGB value is (211,63,198). Sum of RGB (Red+Green+Blue) = 211+63+198=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FC6 is #2CC039. Grayscale: #7A7A7A. Windows color (decimal): -2932794 or 12992467. OLE color: 12992467.

HSL color Cylindrical-coordinate representation of color #D33FC6: hue angle of 305.27º 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 #D33FC6 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB21163198-
CMYK00.700.060.17
HSL305.27º62.71%53.73%-
HSV(B)305.27º70.14%82.75%-
XYZ38.8321.4855.53-
YUV122.64170.53191.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.70%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=44.70%
G=13.35%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116319800.700.060.17305.2762.7153.73
HexD33FC60466111313f36
Octal3237730601066214617766
Binary11010011111111110001100100011011010001100110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33FC6; }

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

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

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

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

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

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

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

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