#D542BB

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

Shades of Fuchsia #D542BB

Tints of Fuchsia #D542BB

Color information

#D542BB (or 0xD542BB) is unknown color: approx Fuchsia. HEX triplet: D5, 42 and BB. RGB value is (213,66,187). Sum of RGB (Red+Green+Blue) = 213+66+187=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D542BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542BB is #2ABD44. Grayscale: #7B7B7B. Windows color (decimal): -2800965 or 12272341. OLE color: 12272341.

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

Color convert

RGB21366187-
CMYK00.690.120.16
HSL310.61º63.64%54.71%-
HSV(B)310.61º69.01%83.53%-
XYZ38.3621.6349.17-
YUV123.75163.7191.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 66 (26.17% from 255) = 14.16%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=45.71%
G=14.16%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136618700.690.120.16310.6163.6454.71
HexD542BB045C101374037
Octal3251022730105142046710067
Binary11010101100001010111011010001011100100001001101111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542BB; }

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

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

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

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

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

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

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

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