#DD47CC

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

Shades of Free Speech Magenta #DD47CC

Tints of Free Speech Magenta #DD47CC

Color information

#DD47CC (or 0xDD47CC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 47 and CC. RGB value is (221,71,204). Sum of RGB (Red+Green+Blue) = 221+71+204=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47CC is #22B833. Grayscale: #828282. Windows color (decimal): -2275380 or 13387741. OLE color: 13387741.

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

Color convert

RGB22171204-
CMYK00.680.080.13
HSL306.8º68.81%57.25%-
HSV(B)306.8º67.87%86.67%-
XYZ42.9724.2459.54-
YUV131.01169.2192.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 71 (28.12% from 255) = 14.31%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=44.56%
G=14.31%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217120400.680.080.13306.868.8157.25
HexDD47CC0448D1334539
Octal3351073140104101546310571
Binary1101110110001111100110001000100100011011001100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD47CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD47CC; }

 p { color: rgb(221,71,204); }

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

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

 a { background-color: rgb(221,71,204); }

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

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

 span { border-color: rgb(221,71,204); }

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