#D33DC8

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

Shades of Fuchsia #D33DC8

Tints of Fuchsia #D33DC8

Color information

#D33DC8 (or 0xD33DC8) is unknown color: approx Fuchsia. HEX triplet: D3, 3D and C8. RGB value is (211,61,200). Sum of RGB (Red+Green+Blue) = 211+61+200=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DC8 is #2CC237. Grayscale: #797979. Windows color (decimal): -2933304 or 13123027. OLE color: 13123027.

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

Color convert

RGB21161200-
CMYK00.710.050.17
HSL304.4º63.03%53.33%-
HSV(B)304.4º71.09%82.75%-
XYZ38.9621.3656.71-
YUV121.7172.2191.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.70%
GREEN value IS 61 (24.22% from 255) = 12.92%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=44.70%
G=12.92%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116120000.710.050.17304.463.0353.33
HexD33DC80475111303f35
Octal3237531001075214607765
Binary11010011111101110010000100011110110001100110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33DC8; }

 p { color: rgb(211,61,200); }

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

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

 a { background-color: rgb(211,61,200); }

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

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

 span { border-color: rgb(211,61,200); }

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