#D551C0

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

Shades of Fuchsia #D551C0

Tints of Fuchsia #D551C0

Color information

#D551C0 (or 0xD551C0) is unknown color: approx Fuchsia. HEX triplet: D5, 51 and C0. RGB value is (213,81,192). Sum of RGB (Red+Green+Blue) = 213+81+192=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D551C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551C0 is #2AAE3F. Grayscale: #848484. Windows color (decimal): -2797120 or 12603861. OLE color: 12603861.

HSL color Cylindrical-coordinate representation of color #D551C0: hue angle of 309.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551C0 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21381192-
CMYK00.620.100.16
HSL309.55º61.11%57.65%-
HSV(B)309.55º61.97%83.53%-
XYZ39.923.8452.37-
YUV133.12161.23184.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 81 (32.03% from 255) = 16.67%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=43.83%
G=16.67%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138119200.620.100.16309.5561.1157.65
HexD551C003EA101363d3a
Octal32512130007612204667572
Binary110101011010001110000000111110101010000100110110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D551C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D551C0; }

 p { color: rgb(213,81,192); }

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

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

 a { background-color: rgb(213,81,192); }

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

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

 span { border-color: rgb(213,81,192); }

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