#D662BB

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

Shades of Fuchsia #D662BB

Tints of Fuchsia #D662BB

Color information

#D662BB (or 0xD662BB) is unknown color: approx Fuchsia. HEX triplet: D6, 62 and BB. RGB value is (214,98,187). Sum of RGB (Red+Green+Blue) = 214+98+187=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D662BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662BB is #299D44. Grayscale: #8E8E8E. Windows color (decimal): -2727237 or 12280534. OLE color: 12280534.

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

Color convert

RGB21498187-
CMYK00.540.130.16
HSL313.97º58.59%61.18%-
HSV(B)313.97º54.21%83.92%-
XYZ41.0726.6249.99-
YUV142.83152.93178.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 98 (38.67% from 255) = 19.64%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=42.89%
G=19.64%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149818700.540.130.16313.9758.5961.18
HexD662BB036D1013a3b3d
Octal32614227306615204727375
Binary110101101100010101110110110110110110000100111010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D662BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D662BB; }

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

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

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

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

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

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

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

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