#D446C0

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

Shades of Fuchsia #D446C0

Tints of Fuchsia #D446C0

Color information

#D446C0 (or 0xD446C0) is unknown color: approx Fuchsia. HEX triplet: D4, 46 and C0. RGB value is (212,70,192). Sum of RGB (Red+Green+Blue) = 212+70+192=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D446C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446C0 is #2BB93F. Grayscale: #7E7E7E. Windows color (decimal): -2865472 or 12601044. OLE color: 12601044.

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

Color convert

RGB21270192-
CMYK00.670.090.17
HSL308.45º62.28%55.29%-
HSV(B)308.45º66.98%83.14%-
XYZ38.8622.1852.1-
YUV126.37165.04189.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 70 (27.73% from 255) = 14.77%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=44.73%
G=14.77%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127019200.670.090.17308.4562.2855.29
HexD446C00439111343e37
Octal324106300010311214647667
Binary1101010010001101100000001000011100110001100110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D446C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D446C0; }

 p { color: rgb(212,70,192); }

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

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

 a { background-color: rgb(212,70,192); }

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

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

 span { border-color: rgb(212,70,192); }

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