#D545CB

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

Shades of Fuchsia #D545CB

Tints of Fuchsia #D545CB

Color information

#D545CB (or 0xD545CB) is unknown color: approx Fuchsia. HEX triplet: D5, 45 and CB. RGB value is (213,69,203). Sum of RGB (Red+Green+Blue) = 213+69+203=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D545CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545CB is #2ABA34. Grayscale: #7E7E7E. Windows color (decimal): -2800181 or 13321685. OLE color: 13321685.

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

Color convert

RGB21369203-
CMYK00.680.050.16
HSL304.17º63.16%55.29%-
HSV(B)304.17º67.61%83.53%-
XYZ40.3522.7158.76-
YUV127.33170.71189.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 69 (27.34% from 255) = 14.23%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=43.92%
G=14.23%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136920300.680.050.16304.1763.1655.29
HexD545CB0445101303f37
Octal32510531301045204607767
Binary110101011000101110010110100010010110000100110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545CB; }

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

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

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

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

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

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

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

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