#DD5FD8

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

Shades of Free Speech Magenta #DD5FD8

Tints of Free Speech Magenta #DD5FD8

Color information

#DD5FD8 (or 0xDD5FD8) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and D8. RGB value is (221,95,216). Sum of RGB (Red+Green+Blue) = 221+95+216=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FD8 is #22A027. Grayscale: #929292. Windows color (decimal): -2269224 or 14180317. OLE color: 14180317.

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

Color convert

RGB22195216-
CMYK00.570.020.13
HSL302.38º64.95%61.96%-
HSV(B)302.38º57.01%86.67%-
XYZ46.3128.5168.03-
YUV146.47167.24181.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 95 (37.5% from 255) = 17.86%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=41.54%
G=17.86%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219521600.570.020.13302.3864.9561.96
HexDD5FD80392D12e413e
Octal33513733007121545610176
Binary1101110110111111101100001110011011011001011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FD8; }

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

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

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

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

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

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

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

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