#D54CB6

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

Shades of Fuchsia #D54CB6

Tints of Fuchsia #D54CB6

Color information

#D54CB6 (or 0xD54CB6) is unknown color: approx Fuchsia. HEX triplet: D5, 4C and B6. RGB value is (213,76,182). Sum of RGB (Red+Green+Blue) = 213+76+182=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CB6 is #2AB349. Grayscale: #808080. Windows color (decimal): -2798410 or 11947221. OLE color: 11947221.

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

Color convert

RGB21376182-
CMYK00.640.150.16
HSL313.58º61.99%56.67%-
HSV(B)313.58º64.32%83.53%-
XYZ38.4722.6946.61-
YUV129.05157.89187.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=45.22%
G=16.14%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137618200.640.150.16313.5861.9956.67
HexD54CB6040F1013a3e39
Octal325114266010017204727671
Binary1101010110011001011011001000000111110000100111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54CB6; }

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

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

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

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

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

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

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

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