#DD5FC2

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

Shades of Free Speech Magenta #DD5FC2

Tints of Free Speech Magenta #DD5FC2

Color information

#DD5FC2 (or 0xDD5FC2) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and C2. RGB value is (221,95,194). Sum of RGB (Red+Green+Blue) = 221+95+194=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FC2 is #22A03D. Grayscale: #8F8F8F. Windows color (decimal): -2269246 or 12738525. OLE color: 12738525.

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

Color convert

RGB22195194-
CMYK00.570.120.13
HSL312.86º64.95%61.96%-
HSV(B)312.86º57.01%86.67%-
XYZ43.6527.4554.04-
YUV143.96156.24182.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 95 (37.5% from 255) = 18.63%
BLUE value IS 194 (76.17% from 255) = 38.04%
R=43.33%
G=18.63%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219519400.570.120.13312.8664.9561.96
HexDD5FC2039CD139413e
Octal335137302071141547110176
Binary110111011011111110000100111001110011011001110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FC2; }

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

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

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

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

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

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

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

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