#D660C0

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

Shades of Fuchsia #D660C0

Tints of Fuchsia #D660C0

Color information

#D660C0 (or 0xD660C0) is unknown color: approx Fuchsia. HEX triplet: D6, 60 and C0. RGB value is (214,96,192). Sum of RGB (Red+Green+Blue) = 214+96+192=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D660C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660C0 is #299F3F. Grayscale: #8D8D8D. Windows color (decimal): -2727744 or 12607702. OLE color: 12607702.

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

Color convert

RGB21496192-
CMYK00.550.100.16
HSL311.19º59%60.78%-
HSV(B)311.19º55.14%83.92%-
XYZ41.4326.4752.79-
YUV142.23156.09179.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 96 (37.89% from 255) = 19.12%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=42.63%
G=19.12%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149619200.550.100.16311.195960.78
HexD660C0037A101373b3d
Octal32614030006712204677375
Binary110101101100000110000000110111101010000100110111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D660C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D660C0; }

 p { color: rgb(214,96,192); }

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

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

 a { background-color: rgb(214,96,192); }

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

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

 span { border-color: rgb(214,96,192); }

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