#d35fc6

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

Shades of Fuchsia #D35FC6

Tints of Fuchsia #D35FC6

Color information

#D35FC6 (or 0xD35FC6) is unknown color: approx Fuchsia. HEX triplet: D3, 5F and C6. RGB value is (211,95,198). Sum of RGB (Red+Green+Blue) = 211+95+198=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FC6 is #2CA039. Grayscale: #8D8D8D. Windows color (decimal): -2924602 or 13000659. OLE color: 13000659.

HSL color Cylindrical-coordinate representation of color #D35FC6: hue angle of 306.72º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35FC6 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB21195198-
CMYK00.550.060.17
HSL306.72º56.86%60%-
HSV(B)306.72º54.98%82.75%-
XYZ41.1526.1156.3-
YUV141.43159.93177.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.87%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=41.87%
G=18.85%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119519800.550.060.17306.7256.8660
HexD35FC6037611133393c
Octal3231373060676214637174
Binary11010011101111111000110011011111010001100110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d35fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d35fc6; }

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

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

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

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

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

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

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

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