#D33CCE

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

Shades of Fuchsia #D33CCE

Tints of Fuchsia #D33CCE

Color information

#D33CCE (or 0xD33CCE) is unknown color: approx Fuchsia. HEX triplet: D3, 3C and CE. RGB value is (211,60,206). Sum of RGB (Red+Green+Blue) = 211+60+206=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CCE is #2CC331. Grayscale: #797979. Windows color (decimal): -2933554 or 13515987. OLE color: 13515987.

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

Color convert

RGB21160206-
CMYK00.720.020.17
HSL301.99º63.18%53.14%-
HSV(B)301.99º71.56%82.75%-
XYZ39.6221.5460.46-
YUV121.79175.53191.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 60 (23.83% from 255) = 12.58%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=44.23%
G=12.58%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116020600.720.020.17301.9963.1853.14
HexD33CCE04821112e3f35
Octal3237431601102214567765
Binary1101001111110011001110010010001010001100101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33CCE; }

 p { color: rgb(211,60,206); }

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

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

 a { background-color: rgb(211,60,206); }

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

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

 span { border-color: rgb(211,60,206); }

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