#DD5FBB

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

Shades of Free Speech Magenta #DD5FBB

Tints of Free Speech Magenta #DD5FBB

Color information

#DD5FBB (or 0xDD5FBB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and BB. RGB value is (221,95,187). Sum of RGB (Red+Green+Blue) = 221+95+187=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FBB is #22A044. Grayscale: #8E8E8E. Windows color (decimal): -2269253 or 12279773. OLE color: 12279773.

HSL color Cylindrical-coordinate representation of color #DD5FBB: hue angle of 316.19º 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 #DD5FBB is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB22195187-
CMYK00.570.150.13
HSL316.19º64.95%61.96%-
HSV(B)316.19º57.01%86.67%-
XYZ42.8827.1449.99-
YUV143.16152.74183.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=43.94%
G=18.89%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219518700.570.150.13316.1964.9561.96
HexDD5FBB039FD13c413e
Octal335137273071171547410176
Binary110111011011111101110110111001111111011001111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FBB; }

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

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

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

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

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

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

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

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