#D656C2

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

Shades of Fuchsia #D656C2

Tints of Fuchsia #D656C2

Color information

#D656C2 (or 0xD656C2) is unknown color: approx Fuchsia. HEX triplet: D6, 56 and C2. RGB value is (214,86,194). Sum of RGB (Red+Green+Blue) = 214+86+194=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D656C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656C2 is #29A93D. Grayscale: #888888. Windows color (decimal): -2730302 or 12736214. OLE color: 12736214.

HSL color Cylindrical-coordinate representation of color #D656C2: hue angle of 309.38º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D656C2 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB21486194-
CMYK00.600.090.16
HSL309.38º60.95%58.82%-
HSV(B)309.38º59.81%83.92%-
XYZ40.824.8553.68-
YUV136.58160.41183.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 86 (33.98% from 255) = 17.41%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=43.32%
G=17.41%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148619400.600.090.16309.3860.9558.82
HexD656C203C9101353d3b
Octal32612630207411204657573
Binary110101101010110110000100111100100110000100110101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D656C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D656C2; }

 p { color: rgb(214,86,194); }

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

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

 a { background-color: rgb(214,86,194); }

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

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

 span { border-color: rgb(214,86,194); }

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