#D54FBB

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

Shades of Fuchsia #D54FBB

Tints of Fuchsia #D54FBB

Color information

#D54FBB (or 0xD54FBB) is unknown color: approx Fuchsia. HEX triplet: D5, 4F and BB. RGB value is (213,79,187). Sum of RGB (Red+Green+Blue) = 213+79+187=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FBB is #2AB044. Grayscale: #838383. Windows color (decimal): -2797637 or 12275669. OLE color: 12275669.

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

Color convert

RGB21379187-
CMYK00.630.120.16
HSL311.64º61.47%57.25%-
HSV(B)311.64º62.91%83.53%-
XYZ39.2123.3349.45-
YUV131.38159.39186.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 79 (31.25% from 255) = 16.49%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=44.47%
G=16.49%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137918700.630.120.16311.6461.4757.25
HexD54FBB03FC101383d39
Octal32511727307714204707571
Binary110101011001111101110110111111110010000100111000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54FBB; }

 p { color: rgb(213,79,187); }

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

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

 a { background-color: rgb(213,79,187); }

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

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

 span { border-color: rgb(213,79,187); }

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