#DD5FB9

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

Shades of Free Speech Magenta #DD5FB9

Tints of Free Speech Magenta #DD5FB9

Color information

#DD5FB9 (or 0xDD5FB9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and B9. RGB value is (221,95,185). Sum of RGB (Red+Green+Blue) = 221+95+185=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FB9 is #22A046. Grayscale: #8E8E8E. Windows color (decimal): -2269255 or 12148701. OLE color: 12148701.

HSL color Cylindrical-coordinate representation of color #DD5FB9: hue angle of 317.14º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FB9 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB22195185-
CMYK00.570.160.13
HSL317.14º64.95%61.96%-
HSV(B)317.14º57.01%86.67%-
XYZ42.6727.0648.87-
YUV142.93151.74183.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=44.11%
G=18.96%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219518500.570.160.13317.1464.9561.96
HexDD5FB903910D13d413e
Octal335137271071201547510176
Binary1101110110111111011100101110011000011011001111011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FB9; }

 p { color: rgb(221,95,185); }

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

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

 a { background-color: rgb(221,95,185); }

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

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

 span { border-color: rgb(221,95,185); }

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