Html Css Color HEX #FD53DB Free Speech Magenta

📋 copy color: '#FD53DB'

red 253 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #FD53DB

Tints of Free Speech Magenta #FD53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.95%

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

R = 45.59%
G = 14.95%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD53DB (or 0xFD53DB) is known color: Free Speech Magenta. HEX triplet: FD, 53 and DB. RGB value is (253,83,219). Sum of RGB (Red+Green+Blue) = 253+83+219=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 83 (32.81% from 255 or 14.95% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD53DB is #02AC24. Grayscale: #949494. Windows color (decimal): -175141 or 14373885. OLE color: 14373885.

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

Color convert

RGB 253 83 219 -
CMYK 0 0.67 0.13 0.01
HSL 312º 0.98% 0.66% -
HSV(B) 312º 0.67% 0.99% -
XYZ 56.39 32.18 70.26 -
YUV 149.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 253 83 219 0 0.67 0.13 0.01 312 0.98 0.66
Hex FD 53 DB 0 43 D 1 138 62 42
Octal 375 123 333 0 103 15 1 470 142 102
Binary 11111101 1010011 11011011 0 1000011 1101 1 100111000 1100010 1000010

Color Harmonies of #FD53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD53DB

Black with #FD53DB

Text Example


Text Example

White with #FD53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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