#DD47C7

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

Shades of Free Speech Magenta #DD47C7

Tints of Free Speech Magenta #DD47C7

Color information

#DD47C7 (or 0xDD47C7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 47 and C7. RGB value is (221,71,199). Sum of RGB (Red+Green+Blue) = 221+71+199=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C7 is #22B838. Grayscale: #828282. Windows color (decimal): -2275385 or 13060061. OLE color: 13060061.

HSL color Cylindrical-coordinate representation of color #DD47C7: hue angle of 308.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 #DD47C7 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22171199-
CMYK00.680.100.13
HSL308.8º68.81%57.25%-
HSV(B)308.8º67.87%86.67%-
XYZ42.382456.43-
YUV130.44166.7192.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 71 (28.12% from 255) = 14.46%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=45.01%
G=14.46%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217119900.680.100.13308.868.8157.25
HexDD47C7044AD1354539
Octal3351073070104121546510571
Binary1101110110001111100011101000100101011011001101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD47C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD47C7; }

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

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

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

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

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

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

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

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