#D33DC5

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

Shades of Fuchsia #D33DC5

Tints of Fuchsia #D33DC5

Color information

#D33DC5 (or 0xD33DC5) is unknown color: approx Fuchsia. HEX triplet: D3, 3D and C5. RGB value is (211,61,197). Sum of RGB (Red+Green+Blue) = 211+61+197=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DC5 is #2CC23A. Grayscale: #787878. Windows color (decimal): -2933307 or 12926419. OLE color: 12926419.

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

Color convert

RGB21161197-
CMYK00.710.070.17
HSL305.6º63.03%53.33%-
HSV(B)305.6º71.09%82.75%-
XYZ38.6121.2254.88-
YUV121.35170.7191.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 61 (24.22% from 255) = 13.01%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=44.99%
G=13.01%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116119700.710.070.17305.663.0353.33
HexD33DC50477111323f35
Octal3237530501077214627765
Binary11010011111101110001010100011111110001100110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33DC5; }

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

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

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

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

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

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

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

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