#D063BA

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

Shades of Fuchsia #D063BA

Tints of Fuchsia #D063BA

Color information

#D063BA (or 0xD063BA) is unknown color: approx Fuchsia. HEX triplet: D0, 63 and BA. RGB value is (208,99,186). Sum of RGB (Red+Green+Blue) = 208+99+186=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D063BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063BA is #2F9C45. Grayscale: #8D8D8D. Windows color (decimal): -3120198 or 12215248. OLE color: 12215248.

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

Color convert

RGB20899186-
CMYK00.520.110.18
HSL312.11º53.69%60.2%-
HSV(B)312.11º52.4%81.57%-
XYZ39.3425.8849.38-
YUV141.51153.11175.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=42.19%
G=20.08%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089918600.520.110.18312.1153.6960.2
HexD063BA034B12138363c
Octal32014327206413224706674
Binary110100001100011101110100110100101110010100111000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063BA; }

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

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

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

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

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

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

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

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