#D662B1

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

Shades of Fuchsia #D662B1

Tints of Fuchsia #D662B1

Color information

#D662B1 (or 0xD662B1) is unknown color: approx Fuchsia. HEX triplet: D6, 62 and B1. RGB value is (214,98,177). Sum of RGB (Red+Green+Blue) = 214+98+177=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D662B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D662B1 is #299D4E. Grayscale: #8D8D8D. Windows color (decimal): -2727247 or 11625174. OLE color: 11625174.

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

Color convert

RGB21498177-
CMYK00.540.170.16
HSL319.14º58.59%61.18%-
HSV(B)319.14º54.21%83.92%-
XYZ40.0426.2144.54-
YUV141.69147.93179.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 98 (38.67% from 255) = 20.04%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=43.76%
G=20.04%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149817700.540.170.16319.1458.5961.18
HexD662B1036111013f3b3d
Octal32614226106621204777375
Binary1101011011000101011000101101101000110000100111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D662B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D662B1; }

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

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

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

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

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

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

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

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