Html Css Color HEX #FD55DB Free Speech Magenta

📋 copy color: '#FD55DB'

red 253 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #FD55DB

Tints of Free Speech Magenta #FD55DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.26%

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

R = 45.42%
G = 15.26%
B = 39.32%

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

#FD55DB (or 0xFD55DB) is known color: Free Speech Magenta. HEX triplet: FD, 55 and DB. RGB value is (253,85,219). Sum of RGB (Red+Green+Blue) = 253+85+219=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55DB is #02AA24. Grayscale: #969696. Windows color (decimal): -174629 or 14374397. OLE color: 14374397.

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

Color convert

RGB 253 85 219 -
CMYK 0 0.66 0.13 0.01
HSL 312.14º 0.98% 0.66% -
HSV(B) 312.14º 0.66% 0.99% -
XYZ 56.54 32.49 70.31 -
YUV 150.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 253 85 219 0 0.66 0.13 0.01 312.14 0.98 0.66
Hex FD 55 DB 0 42 D 1 138 62 42
Octal 375 125 333 0 102 15 1 470 142 102
Binary 11111101 1010101 11011011 0 1000010 1101 1 100111000 1100010 1000010

Color Harmonies of #FD55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55DB

Black with #FD55DB

Text Example


Text Example

White with #FD55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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