#FF55DD

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

Shades of Free Speech Magenta #FF55DD

Tints of Free Speech Magenta #FF55DD

Color information

#FF55DD (or 0xFF55DD) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 55 and DD. RGB value is (255,85,221). Sum of RGB (Red+Green+Blue) = 255+85+221=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55DD is #00AA22. Grayscale: #969696. Windows color (decimal): -43555 or 14505471. OLE color: 14505471.

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

Color convert

RGB25585221-
CMYK00.670.130
HSL312º100%66.67%-
HSV(B)312º66.67%100%-
XYZ57.5432.9871.74-
YUV151.33167.32201.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 85 (33.59% from 255) = 15.15%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=45.45%
G=15.15%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558522100.670.13031210066.67
HexFF55DD043D01386443
Octal3771253350103150470144103
Binary11111111101010111011101010000111101010011100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55DD; }

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

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

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

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

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

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

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

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