#D26CB5

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

Shades of Fuchsia #D26CB5

Tints of Fuchsia #D26CB5

Color information

#D26CB5 (or 0xD26CB5) is unknown color: approx Fuchsia. HEX triplet: D2, 6C and B5. RGB value is (210,108,181). Sum of RGB (Red+Green+Blue) = 210+108+181=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CB5 is #2D934A. Grayscale: #929292. Windows color (decimal): -2986827 or 11889874. OLE color: 11889874.

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

Color convert

RGB210108181-
CMYK00.490.140.18
HSL317.06º53.12%62.35%-
HSV(B)317.06º48.57%82.35%-
XYZ40.2827.7646.95-
YUV146.82147.29173.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=42.08%
G=21.64%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010818100.490.140.18317.0653.1262.35
HexD26CB5031E1213d353e
Octal32215426506116224756576
Binary110100101101100101101010110001111010010100111101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CB5; }

 p { color: rgb(210,108,181); }

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

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

 a { background-color: rgb(210,108,181); }

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

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

 span { border-color: rgb(210,108,181); }

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