#D266B7

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

Shades of Fuchsia #D266B7

Tints of Fuchsia #D266B7

Color information

#D266B7 (or 0xD266B7) is unknown color: approx Fuchsia. HEX triplet: D2, 66 and B7. RGB value is (210,102,183). Sum of RGB (Red+Green+Blue) = 210+102+183=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D266B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266B7 is #2D9948. Grayscale: #8F8F8F. Windows color (decimal): -2988361 or 12019410. OLE color: 12019410.

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

Color convert

RGB210102183-
CMYK00.510.130.18
HSL315º54.55%61.18%-
HSV(B)315º51.43%82.35%-
XYZ39.8826.6247.84-
YUV143.53150.28175.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=42.42%
G=20.61%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010218300.510.130.1831554.5561.18
HexD266B7033D1213b373d
Octal32214626706315224736775
Binary110100101100110101101110110011110110010100111011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D266B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D266B7; }

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

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

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

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

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

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

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

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