#D541CB

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

Shades of Fuchsia #D541CB

Tints of Fuchsia #D541CB

Color information

#D541CB (or 0xD541CB) is unknown color: approx Fuchsia. HEX triplet: D5, 41 and CB. RGB value is (213,65,203). Sum of RGB (Red+Green+Blue) = 213+65+203=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D541CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541CB is #2ABE34. Grayscale: #7C7C7C. Windows color (decimal): -2801205 or 13320661. OLE color: 13320661.

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

Color convert

RGB21365203-
CMYK00.690.050.16
HSL304.05º63.79%54.51%-
HSV(B)304.05º69.48%83.53%-
XYZ40.1122.2458.68-
YUV124.98172.03190.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 65 (25.78% from 255) = 13.51%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=44.28%
G=13.51%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136520300.690.050.16304.0563.7954.51
HexD541CB0455101304037
Octal325101313010552046010067
Binary1101010110000011100101101000101101100001001100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541CB; }

 p { color: rgb(213,65,203); }

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

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

 a { background-color: rgb(213,65,203); }

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

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

 span { border-color: rgb(213,65,203); }

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