Html Css Color HEX #FD59DB Free Speech Magenta

📋 copy color: '#FD59DB'

red 253 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #FD59DB

Tints of Free Speech Magenta #FD59DB

RGB

 RED value IS 253 (99.22% from 255) = 45.1%

 GREEN value IS 89 (35.16% from 255) = 15.86%

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 45.1%
G = 15.86%
B = 39.04%

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

#FD59DB (or 0xFD59DB) is known color: Free Speech Magenta. HEX triplet: FD, 59 and DB. RGB value is (253,89,219). Sum of RGB (Red+Green+Blue) = 253+89+219=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD59DB is #02A624. Grayscale: #989898. Windows color (decimal): -173605 or 14375421. OLE color: 14375421.

HSL color Cylindrical-coordinate representation of color #FD59DB: hue angle of 312.44º 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 #FD59DB is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 89 219 -
CMYK 0 0.65 0.13 0.01
HSL 312.44º 0.98% 0.67% -
HSV(B) 312.44º 0.65% 0.99% -
XYZ 56.87 33.14 70.42 -
YUV 152.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 253 89 219 0 0.65 0.13 0.01 312.44 0.98 0.67
Hex FD 59 DB 0 41 D 1 138 62 43
Octal 375 131 333 0 101 15 1 470 142 103
Binary 11111101 1011001 11011011 0 1000001 1101 1 100111000 1100010 1000011

Color Harmonies of #FD59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD59DB

Black with #FD59DB

Text Example


Text Example

White with #FD59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD59DB; }

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

 H1.HeaderClassName
 {
   color: #FD59DB;
 }
 .AnyTagClassName
 {
   color: #FD59DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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