Html Css Color HEX #FD56DB Free Speech Magenta

📋 copy color: '#FD56DB'

red 253 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #FD56DB

Tints of Free Speech Magenta #FD56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.41%

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

R = 45.34%
G = 15.41%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD56DB (or 0xFD56DB) is known color: Free Speech Magenta. HEX triplet: FD, 56 and DB. RGB value is (253,86,219). Sum of RGB (Red+Green+Blue) = 253+86+219=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 86 (33.98% from 255 or 15.41% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56DB is #02A924. Grayscale: #969696. Windows color (decimal): -174373 or 14374653. OLE color: 14374653.

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

Color convert

RGB 253 86 219 -
CMYK 0 0.66 0.13 0.01
HSL 312.22º 0.98% 0.66% -
HSV(B) 312.22º 0.66% 0.99% -
XYZ 56.62 32.65 70.34 -
YUV 151.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 253 86 219 0 0.66 0.13 0.01 312.22 0.98 0.66
Hex FD 56 DB 0 42 D 1 138 62 42
Octal 375 126 333 0 102 15 1 470 142 102
Binary 11111101 1010110 11011011 0 1000010 1101 1 100111000 1100010 1000010

Color Harmonies of #FD56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD56DB

Black with #FD56DB

Text Example


Text Example

White with #FD56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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