#D036C1

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

Shades of Fuchsia #D036C1

Tints of Fuchsia #D036C1

Color information

#D036C1 (or 0xD036C1) is unknown color: approx Fuchsia. HEX triplet: D0, 36 and C1. RGB value is (208,54,193). Sum of RGB (Red+Green+Blue) = 208+54+193=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D036C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036C1 is #2FC93E. Grayscale: #737373. Windows color (decimal): -3131711 or 12662480. OLE color: 12662480.

HSL color Cylindrical-coordinate representation of color #D036C1: hue angle of 305.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036C1 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20854193-
CMYK00.740.070.18
HSL305.84º62.1%51.37%-
HSV(B)305.84º74.04%81.57%-
XYZ36.9619.952.35-
YUV115.89171.52193.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 54 (21.48% from 255) = 11.87%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=45.71%
G=11.87%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085419300.740.070.18305.8462.151.37
HexD036C104A7121323e33
Octal3206630101127224627663
Binary11010000110110110000010100101011110010100110010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D036C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D036C1; }

 p { color: rgb(208,54,193); }

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

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

 a { background-color: rgb(208,54,193); }

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

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

 span { border-color: rgb(208,54,193); }

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