#d066b1

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

Shades of Fuchsia #D066B1

Tints of Fuchsia #D066B1

Color information

#D066B1 (or 0xD066B1) is unknown color: approx Fuchsia. HEX triplet: D0, 66 and B1. RGB value is (208,102,177). Sum of RGB (Red+Green+Blue) = 208+102+177=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D066B1 is #2F994E. Grayscale: #8E8E8E. Windows color (decimal): -3119439 or 11626192. OLE color: 11626192.

HSL color Cylindrical-coordinate representation of color #D066B1: hue angle of 317.55º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066B1 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208102177-
CMYK00.510.150.18
HSL317.55º53%60.78%-
HSV(B)317.55º50.96%81.57%-
XYZ38.726.0944.59-
YUV142.24147.62174.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=42.71%
G=20.94%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810217700.510.150.18317.555360.78
HexD066B1033F1213e353d
Octal32014626106317224766575
Binary110100001100110101100010110011111110010100111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d066b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d066b1; }

 p { color: rgb(208,102,177); }

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

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

 a { background-color: rgb(208,102,177); }

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

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

 span { border-color: rgb(208,102,177); }

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