#D264B2

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

Shades of Fuchsia #D264B2

Tints of Fuchsia #D264B2

Color information

#D264B2 (or 0xD264B2) is unknown color: approx Fuchsia. HEX triplet: D2, 64 and B2. RGB value is (210,100,178). Sum of RGB (Red+Green+Blue) = 210+100+178=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D264B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D264B2 is #2D9B4D. Grayscale: #8D8D8D. Windows color (decimal): -2988878 or 11691218. OLE color: 11691218.

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

Color convert

RGB210100178-
CMYK00.520.150.18
HSL317.45º55%60.78%-
HSV(B)317.45º52.38%82.35%-
XYZ39.1726.0345.08-
YUV141.78148.44176.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.03%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=43.03%
G=20.49%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010017800.520.150.18317.455560.78
HexD264B2034F1213d373d
Octal32214426206417224756775
Binary110100101100100101100100110100111110010100111101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D264B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D264B2; }

 p { color: rgb(210,100,178); }

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

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

 a { background-color: rgb(210,100,178); }

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

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

 span { border-color: rgb(210,100,178); }

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