#FF56DD

Color #FF56DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #FF56DD

Tints of Free Speech Magenta #FF56DD

Color information

#FF56DD (or 0xFF56DD) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 56 and DD. RGB value is (255,86,221). Sum of RGB (Red+Green+Blue) = 255+86+221=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56DD is #00A922. Grayscale: #979797. Windows color (decimal): -43299 or 14505727. OLE color: 14505727.

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

Color convert

RGB25586221-
CMYK00.660.130
HSL312.07º100%66.86%-
HSV(B)312.07º66.27%100%-
XYZ57.6233.1471.77-
YUV151.92166.99201.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 86 (33.98% from 255) = 15.30%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=45.37%
G=15.30%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558622100.660.130312.0710066.86
HexFF56DD042D01386443
Octal3771263350102150470144103
Binary11111111101011011011101010000101101010011100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56DD; }

 p { color: rgb(255,86,221); }

 H1.HeaderClassName
 {
   color: #FF56DD;
 }
 .AnyTagClassName
 {
   color: #FF56DD;
 }
</style>
background-color css

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

 a { background-color: rgb(255,86,221); }

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

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

 span { border-color: rgb(255,86,221); }

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