#D263BA

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

Shades of Fuchsia #D263BA

Tints of Fuchsia #D263BA

Color information

#D263BA (or 0xD263BA) is unknown color: approx Fuchsia. HEX triplet: D2, 63 and BA. RGB value is (210,99,186). Sum of RGB (Red+Green+Blue) = 210+99+186=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D263BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263BA is #2D9C45. Grayscale: #8D8D8D. Windows color (decimal): -2989126 or 12215250. OLE color: 12215250.

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

Color convert

RGB21099186-
CMYK00.530.110.18
HSL312.97º55.22%60.59%-
HSV(B)312.97º52.86%82.35%-
XYZ39.926.1749.4-
YUV142.11152.77176.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=42.42%
G=20%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109918600.530.110.18312.9755.2260.59
HexD263BA035B12139373d
Octal32214327206513224716775
Binary110100101100011101110100110101101110010100111001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D263BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D263BA; }

 p { color: rgb(210,99,186); }

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

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

 a { background-color: rgb(210,99,186); }

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

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

 span { border-color: rgb(210,99,186); }

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