#D063B2

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

Shades of Fuchsia #D063B2

Tints of Fuchsia #D063B2

Color information

#D063B2 (or 0xD063B2) is unknown color: approx Fuchsia. HEX triplet: D0, 63 and B2. RGB value is (208,99,178). Sum of RGB (Red+Green+Blue) = 208+99+178=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D063B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063B2 is #2F9C4D. Grayscale: #8C8C8C. Windows color (decimal): -3120206 or 11690960. OLE color: 11690960.

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

Color convert

RGB20899178-
CMYK00.520.140.18
HSL316.51º53.69%60.2%-
HSV(B)316.51º52.4%81.57%-
XYZ38.5125.5545.02-
YUV140.6149.11176.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 99 (39.06% from 255) = 20.41%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=42.89%
G=20.41%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089917800.520.140.18316.5153.6960.2
HexD063B2034E1213d363c
Octal32014326206416224756674
Binary110100001100011101100100110100111010010100111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063B2; }

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

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

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

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

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

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

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

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