#DD47C8

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

Shades of Free Speech Magenta #DD47C8

Tints of Free Speech Magenta #DD47C8

Color information

#DD47C8 (or 0xDD47C8) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 47 and C8. RGB value is (221,71,200). Sum of RGB (Red+Green+Blue) = 221+71+200=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C8 is #22B837. Grayscale: #828282. Windows color (decimal): -2275384 or 13125597. OLE color: 13125597.

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

Color convert

RGB22171200-
CMYK00.680.100.13
HSL308.4º68.81%57.25%-
HSV(B)308.4º67.87%86.67%-
XYZ42.524.0557.05-
YUV130.56167.2192.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 71 (28.12% from 255) = 14.43%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=44.92%
G=14.43%
B=40.65%

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
Decimal2217120000.680.100.13308.468.8157.25
HexDD47C8044AD1344539
Octal3351073100104121546410571
Binary1101110110001111100100001000100101011011001101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD47C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD47C8; }

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

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

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

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

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

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

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

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