#D551C5

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

Shades of Fuchsia #D551C5

Tints of Fuchsia #D551C5

Color information

#D551C5 (or 0xD551C5) is unknown color: approx Fuchsia. HEX triplet: D5, 51 and C5. RGB value is (213,81,197). Sum of RGB (Red+Green+Blue) = 213+81+197=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D551C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551C5 is #2AAE3A. Grayscale: #858585. Windows color (decimal): -2797115 or 12931541. OLE color: 12931541.

HSL color Cylindrical-coordinate representation of color #D551C5: hue angle of 307.27º 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 #D551C5 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21381197-
CMYK00.620.080.16
HSL307.27º61.11%57.65%-
HSV(B)307.27º61.97%83.53%-
XYZ40.4624.0655.34-
YUV133.69163.73184.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=43.38%
G=16.50%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138119700.620.080.16307.2761.1157.65
HexD551C503E8101333d3a
Octal32512130507610204637572
Binary110101011010001110001010111110100010000100110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D551C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D551C5; }

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

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

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

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

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

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

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

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