#D951C0

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

Shades of Fuchsia #D951C0

Tints of Fuchsia #D951C0

Color information

#D951C0 (or 0xD951C0) is unknown color: approx Fuchsia. HEX triplet: D9, 51 and C0. RGB value is (217,81,192). Sum of RGB (Red+Green+Blue) = 217+81+192=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D951C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951C0 is #26AE3F. Grayscale: #868686. Windows color (decimal): -2534976 or 12603865. OLE color: 12603865.

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

Color convert

RGB21781192-
CMYK00.630.120.15
HSL311.03º64.15%58.43%-
HSV(B)311.03º62.67%85.1%-
XYZ41.0724.4452.42-
YUV134.32160.56186.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=44.29%
G=16.53%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178119200.630.120.15311.0364.1558.43
HexD951C003FCF137403a
Octal331121300077141746710072
Binary110110011010001110000000111111110011111001101111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D951C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D951C0; }

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

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

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

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

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

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

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

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