#D660B1

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

Shades of Fuchsia #D660B1

Tints of Fuchsia #D660B1

Color information

#D660B1 (or 0xD660B1) is unknown color: approx Fuchsia. HEX triplet: D6, 60 and B1. RGB value is (214,96,177). Sum of RGB (Red+Green+Blue) = 214+96+177=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D660B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D660B1 is #299F4E. Grayscale: #8C8C8C. Windows color (decimal): -2727759 or 11624662. OLE color: 11624662.

HSL color Cylindrical-coordinate representation of color #D660B1: hue angle of 318.81º 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 #D660B1 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB21496177-
CMYK00.550.170.16
HSL318.81º59%60.78%-
HSV(B)318.81º55.14%83.92%-
XYZ39.8525.8444.48-
YUV140.52148.59180.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=43.94%
G=19.71%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149617700.550.170.16318.815960.78
HexD660B1037111013f3b3d
Octal32614026106721204777375
Binary1101011011000001011000101101111000110000100111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D660B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D660B1; }

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

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

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

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

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

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

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

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