#D541C0

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

Shades of Fuchsia #D541C0

Tints of Fuchsia #D541C0

Color information

#D541C0 (or 0xD541C0) is unknown color: approx Fuchsia. HEX triplet: D5, 41 and C0. RGB value is (213,65,192). Sum of RGB (Red+Green+Blue) = 213+65+192=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D541C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541C0 is #2ABE3F. Grayscale: #7B7B7B. Windows color (decimal): -2801216 or 12599765. OLE color: 12599765.

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

Color convert

RGB21365192-
CMYK00.690.100.16
HSL308.51º63.79%54.51%-
HSV(B)308.51º69.48%83.53%-
XYZ38.8521.7352.02-
YUV123.73166.53191.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 65 (25.78% from 255) = 13.83%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=45.32%
G=13.83%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136519200.690.100.16308.5163.7954.51
HexD541C0045A101354037
Octal3251013000105122046510067
Binary11010101100000111000000010001011010100001001101011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541C0; }

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

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

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

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

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

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

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

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