#D545C8

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

Shades of Fuchsia #D545C8

Tints of Fuchsia #D545C8

Color information

#D545C8 (or 0xD545C8) is unknown color: approx Fuchsia. HEX triplet: D5, 45 and C8. RGB value is (213,69,200). Sum of RGB (Red+Green+Blue) = 213+69+200=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D545C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545C8 is #2ABA37. Grayscale: #7E7E7E. Windows color (decimal): -2800184 or 13125077. OLE color: 13125077.

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

Color convert

RGB21369200-
CMYK00.680.060.16
HSL305.42º63.16%55.29%-
HSV(B)305.42º67.61%83.53%-
XYZ39.9922.5756.89-
YUV126.99169.21189.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 69 (27.34% from 255) = 14.32%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=44.19%
G=14.32%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136920000.680.060.16305.4263.1655.29
HexD545C80446101313f37
Octal32510531001046204617767
Binary110101011000101110010000100010011010000100110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545C8; }

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

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

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

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

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

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

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

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