#D055C2

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

Shades of Fuchsia #D055C2

Tints of Fuchsia #D055C2

Color information

#D055C2 (or 0xD055C2) is unknown color: approx Fuchsia. HEX triplet: D0, 55 and C2. RGB value is (208,85,194). Sum of RGB (Red+Green+Blue) = 208+85+194=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C2 is #2FAA3D. Grayscale: #858585. Windows color (decimal): -3123774 or 12735952. OLE color: 12735952.

HSL color Cylindrical-coordinate representation of color #D055C2: hue angle of 306.83º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D055C2 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20885194-
CMYK00.590.070.18
HSL306.83º56.68%57.45%-
HSV(B)306.83º59.13%81.57%-
XYZ3923.853.58-
YUV134.2161.75180.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 194 (76.17% from 255) = 39.84%
R=42.71%
G=17.45%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088519400.590.070.18306.8356.6857.45
HexD055C203B7121333939
Octal3201253020737224637171
Binary11010000101010111000010011101111110010100110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055C2; }

 p { color: rgb(208,85,194); }

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

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

 a { background-color: rgb(208,85,194); }

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

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

 span { border-color: rgb(208,85,194); }

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