#FD58DB

Color #FD58DB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #FD58DB

Tints of Free Speech Magenta #FD58DB

Color information

#FD58DB (or 0xFD58DB) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 58 and DB. RGB value is (253,88,219). Sum of RGB (Red+Green+Blue) = 253+88+219=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58DB is #02A724. Grayscale: #979797. Windows color (decimal): -173861 or 14375165. OLE color: 14375165.

HSL color Cylindrical-coordinate representation of color #FD58DB: hue angle of 312.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD58DB is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB25388219-
CMYK00.650.130.01
HSL312.36º97.63%66.86%-
HSV(B)312.36º65.22%99.22%-
XYZ56.7832.9870.39-
YUV152.27165.66199.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.18%
GREEN value IS 88 (34.77% from 255) = 15.71%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=45.18%
G=15.71%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538821900.650.130.01312.3697.6366.86
HexFD58DB041D11386243
Octal3751303330101151470142103
Binary11111101101100011011011010000011101110011100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD58DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD58DB; }

 p { color: rgb(253,88,219); }

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

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

 a { background-color: rgb(253,88,219); }

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

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

 span { border-color: rgb(253,88,219); }

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