#D456C7

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

Shades of Fuchsia #D456C7

Tints of Fuchsia #D456C7

Color information

#D456C7 (or 0xD456C7) is unknown color: approx Fuchsia. HEX triplet: D4, 56 and C7. RGB value is (212,86,199). Sum of RGB (Red+Green+Blue) = 212+86+199=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D456C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456C7 is #2BA938. Grayscale: #888888. Windows color (decimal): -2861369 or 13063892. OLE color: 13063892.

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

Color convert

RGB21286199-
CMYK00.590.060.17
HSL306.19º59.43%58.43%-
HSV(B)306.19º59.43%83.14%-
XYZ40.7924.7856.67-
YUV136.56163.24181.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 86 (33.98% from 255) = 17.30%
BLUE value IS 199 (78.12% from 255) = 40.04%
R=42.66%
G=17.30%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128619900.590.060.17306.1959.4358.43
HexD456C703B6111323b3a
Octal3241263070736214627372
Binary11010100101011011000111011101111010001100110010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D456C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D456C7; }

 p { color: rgb(212,86,199); }

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

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

 a { background-color: rgb(212,86,199); }

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

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

 span { border-color: rgb(212,86,199); }

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