#D545C7

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

Shades of Fuchsia #D545C7

Tints of Fuchsia #D545C7

Color information

#D545C7 (or 0xD545C7) is unknown color: approx Fuchsia. HEX triplet: D5, 45 and C7. RGB value is (213,69,199). Sum of RGB (Red+Green+Blue) = 213+69+199=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D545C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545C7 is #2ABA38. Grayscale: #7E7E7E. Windows color (decimal): -2800185 or 13059541. OLE color: 13059541.

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

Color convert

RGB21369199-
CMYK00.680.070.16
HSL305.83º63.16%55.29%-
HSV(B)305.83º67.61%83.53%-
XYZ39.8822.5356.28-
YUV126.88168.71189.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 69 (27.34% from 255) = 14.35%
BLUE value IS 199 (78.12% from 255) = 41.37%
R=44.28%
G=14.35%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136919900.680.070.16305.8363.1655.29
HexD545C70447101323f37
Octal32510530701047204627767
Binary110101011000101110001110100010011110000100110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545C7; }

 p { color: rgb(213,69,199); }

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

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

 a { background-color: rgb(213,69,199); }

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

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

 span { border-color: rgb(213,69,199); }

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