#D335C7

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

Shades of Fuchsia #D335C7

Tints of Fuchsia #D335C7

Color information

#D335C7 (or 0xD335C7) is unknown color: approx Fuchsia. HEX triplet: D3, 35 and C7. RGB value is (211,53,199). Sum of RGB (Red+Green+Blue) = 211+53+199=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D335C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335C7 is #2CCA38. Grayscale: #747474. Windows color (decimal): -2935353 or 13055443. OLE color: 13055443.

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

Color convert

RGB21153199-
CMYK00.750.060.17
HSL304.56º64.23%51.76%-
HSV(B)304.56º74.88%82.75%-
XYZ38.4520.5255.97-
YUV116.89174.35195.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=45.57%
G=11.45%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115319900.750.060.17304.5664.2351.76
HexD335C704B6111314034
Octal32365307011362146110064
Binary110100111101011100011101001011110100011001100011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D335C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D335C7; }

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

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

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

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

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

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

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

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