#D335C6

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

Shades of Fuchsia #D335C6

Tints of Fuchsia #D335C6

Color information

#D335C6 (or 0xD335C6) is unknown color: approx Fuchsia. HEX triplet: D3, 35 and C6. RGB value is (211,53,198). Sum of RGB (Red+Green+Blue) = 211+53+198=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D335C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335C6 is #2CCA39. Grayscale: #747474. Windows color (decimal): -2935354 or 12989907. OLE color: 12989907.

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

Color convert

RGB21153198-
CMYK00.750.060.17
HSL304.94º64.23%51.76%-
HSV(B)304.94º74.88%82.75%-
XYZ38.3320.4755.36-
YUV116.77173.85195.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 53 (21.09% from 255) = 11.47%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=45.67%
G=11.47%
B=42.86%

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
Decimal2115319800.750.060.17304.9464.2351.76
HexD335C604B6111314034
Octal32365306011362146110064
Binary110100111101011100011001001011110100011001100011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D335C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D335C6; }

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

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

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

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

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

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

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

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