#D335C3

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

Shades of Fuchsia #D335C3

Tints of Fuchsia #D335C3

Color information

#D335C3 (or 0xD335C3) is unknown color: approx Fuchsia. HEX triplet: D3, 35 and C3. RGB value is (211,53,195). Sum of RGB (Red+Green+Blue) = 211+53+195=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D335C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335C3 is #2CCA3C. Grayscale: #747474. Windows color (decimal): -2935357 or 12793299. OLE color: 12793299.

HSL color Cylindrical-coordinate representation of color #D335C3: hue angle of 306.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D335C3 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB21153195-
CMYK00.750.080.17
HSL306.08º64.23%51.76%-
HSV(B)306.08º74.88%82.75%-
XYZ37.9920.3453.55-
YUV116.43172.35195.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.97%
GREEN value IS 53 (21.09% from 255) = 11.55%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=45.97%
G=11.55%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115319500.750.080.17306.0864.2351.76
HexD335C304B8111324034
Octal323653030113102146210064
Binary1101001111010111000011010010111000100011001100101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D335C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D335C3; }

 p { color: rgb(211,53,195); }

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

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

 a { background-color: rgb(211,53,195); }

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

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

 span { border-color: rgb(211,53,195); }

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