#D545CC

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

Shades of Fuchsia #D545CC

Tints of Fuchsia #D545CC

Color information

#D545CC (or 0xD545CC) is unknown color: approx Fuchsia. HEX triplet: D5, 45 and CC. RGB value is (213,69,204). Sum of RGB (Red+Green+Blue) = 213+69+204=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D545CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545CC is #2ABA33. Grayscale: #7F7F7F. Windows color (decimal): -2800180 or 13387221. OLE color: 13387221.

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

Color convert

RGB21369204-
CMYK00.680.040.16
HSL303.75º63.16%55.29%-
HSV(B)303.75º67.61%83.53%-
XYZ40.4722.7659.39-
YUV127.45171.21189.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 69 (27.34% from 255) = 14.20%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=43.83%
G=14.20%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136920400.680.040.16303.7563.1655.29
HexD545CC0444101303f37
Octal32510531401044204607767
Binary110101011000101110011000100010010010000100110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545CC; }

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

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

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

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

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

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

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

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