#D266B4

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

Shades of Fuchsia #D266B4

Tints of Fuchsia #D266B4

Color information

#D266B4 (or 0xD266B4) is unknown color: approx Fuchsia. HEX triplet: D2, 66 and B4. RGB value is (210,102,180). Sum of RGB (Red+Green+Blue) = 210+102+180=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D266B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266B4 is #2D994B. Grayscale: #8E8E8E. Windows color (decimal): -2988364 or 11822802. OLE color: 11822802.

HSL color Cylindrical-coordinate representation of color #D266B4: hue angle of 316.67º degrees, saturation: 0.55, 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 #D266B4 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB210102180-
CMYK00.510.140.18
HSL316.67º54.55%61.18%-
HSV(B)316.67º51.43%82.35%-
XYZ39.5726.546.21-
YUV143.18148.78175.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 102 (40.23% from 255) = 20.73%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=42.68%
G=20.73%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010218000.510.140.18316.6754.5561.18
HexD266B4033E1213d373d
Octal32214626406316224756775
Binary110100101100110101101000110011111010010100111101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D266B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D266B4; }

 p { color: rgb(210,102,180); }

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

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

 a { background-color: rgb(210,102,180); }

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

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

 span { border-color: rgb(210,102,180); }

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