#D946C0

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

Shades of Fuchsia #D946C0

Tints of Fuchsia #D946C0

Color information

#D946C0 (or 0xD946C0) is unknown color: approx Fuchsia. HEX triplet: D9, 46 and C0. RGB value is (217,70,192). Sum of RGB (Red+Green+Blue) = 217+70+192=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C0 is #26B93F. Grayscale: #7F7F7F. Windows color (decimal): -2537792 or 12601049. OLE color: 12601049.

HSL color Cylindrical-coordinate representation of color #D946C0: hue angle of 310.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946C0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21770192-
CMYK00.680.120.15
HSL310.2º65.92%56.27%-
HSV(B)310.2º67.74%85.1%-
XYZ40.3222.9452.17-
YUV127.86164.2191.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 70 (27.73% from 255) = 14.61%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=45.30%
G=14.61%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177019200.680.120.15310.265.9256.27
HexD946C0044CF1364238
Octal3311063000104141746610270
Binary1101100110001101100000001000100110011111001101101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D946C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D946C0; }

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

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

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

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

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

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

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

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