#DD56C6

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

Shades of Free Speech Magenta #DD56C6

Tints of Free Speech Magenta #DD56C6

Color information

#DD56C6 (or 0xDD56C6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 56 and C6. RGB value is (221,86,198). Sum of RGB (Red+Green+Blue) = 221+86+198=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56C6 is #22A939. Grayscale: #8A8A8A. Windows color (decimal): -2271546 or 12998365. OLE color: 12998365.

HSL color Cylindrical-coordinate representation of color #DD56C6: hue angle of 310.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD56C6 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22186198-
CMYK00.610.100.13
HSL310.22º66.5%60.2%-
HSV(B)310.22º61.09%86.67%-
XYZ43.3426.156.18-
YUV139.13161.23186.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 86 (33.98% from 255) = 17.03%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=43.76%
G=17.03%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218619800.610.100.13310.2266.560.2
HexDD56C603DAD136433c
Octal335126306075121546610374
Binary110111011010110110001100111101101011011001101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56C6; }

 p { color: rgb(221,86,198); }

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

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

 a { background-color: rgb(221,86,198); }

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

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

 span { border-color: rgb(221,86,198); }

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