Html Css Color HEX #FD58DB Free Speech Magenta

📋 copy color: '#FD58DB'

red 253 ◦ green 88 ◦ blue 219

#FD58DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #FD58DB

Tints of Free Speech Magenta #FD58DB

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 value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD58DB (or 0xFD58DB) is known color: 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

RGB 253 88 219 -
CMYK 0 0.65 0.13 0.01
HSL 312.36º 0.98% 0.67% -
HSV(B) 312.36º 0.65% 0.99% -
XYZ 56.78 32.98 70.39 -
YUV 152.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 253 88 219 0 0.65 0.13 0.01 312.36 0.98 0.67
Hex FD 58 DB 0 41 D 1 138 62 43
Octal 375 130 333 0 101 15 1 470 142 103
Binary 11111101 1011000 11011011 0 1000001 1101 1 100111000 1100010 1000011

Color Harmonies of #FD58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58DB

Black with #FD58DB

Text Example


Text Example

White with #FD58DB

Text Example


Text Example

HTML Codes & Css Web 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>