#D54CBA

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

Shades of Fuchsia #D54CBA

Tints of Fuchsia #D54CBA

Color information

#D54CBA (or 0xD54CBA) is unknown color: approx Fuchsia. HEX triplet: D5, 4C and BA. RGB value is (213,76,186). Sum of RGB (Red+Green+Blue) = 213+76+186=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CBA is #2AB345. Grayscale: #818181. Windows color (decimal): -2798406 or 12209365. OLE color: 12209365.

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

Color convert

RGB21376186-
CMYK00.640.130.16
HSL311.82º61.99%56.67%-
HSV(B)311.82º64.32%83.53%-
XYZ38.8922.8648.82-
YUV129.5159.89187.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 76 (30.08% from 255) = 16%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=44.84%
G=16%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137618600.640.130.16311.8261.9956.67
HexD54CBA040D101383e39
Octal325114272010015204707671
Binary1101010110011001011101001000000110110000100111000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54CBA; }

 p { color: rgb(213,76,186); }

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

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

 a { background-color: rgb(213,76,186); }

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

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

 span { border-color: rgb(213,76,186); }

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