#FF5DDE

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

Shades of Free Speech Magenta #FF5DDE

Tints of Free Speech Magenta #FF5DDE

Color information

#FF5DDE (or 0xFF5DDE) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 5D and DE. RGB value is (255,93,222). Sum of RGB (Red+Green+Blue) = 255+93+222=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DDE is #00A221. Grayscale: #9B9B9B. Windows color (decimal): -41506 or 14573055. OLE color: 14573055.

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

Color convert

RGB25593222-
CMYK00.640.130
HSL312.22º100%68.24%-
HSV(B)312.22º63.53%100%-
XYZ58.3434.3672.67-
YUV156.14165.17198.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 93 (36.72% from 255) = 16.32%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=44.74%
G=16.32%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559322200.640.130312.2210068.24
HexFF5DDE040D01386444
Octal3771353360100150470144104
Binary11111111101110111011110010000001101010011100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DDE; }

 p { color: rgb(255,93,222); }

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

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

 a { background-color: rgb(255,93,222); }

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

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

 span { border-color: rgb(255,93,222); }

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