#DD56DF

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

Shades of Free Speech Magenta #DD56DF

Tints of Free Speech Magenta #DD56DF

Color information

#DD56DF (or 0xDD56DF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 56 and DF. RGB value is (221,86,223). Sum of RGB (Red+Green+Blue) = 221+86+223=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56DF is #22A920. Grayscale: #8D8D8D. Windows color (decimal): -2271521 or 14636765. OLE color: 14636765.

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

Color convert

RGB22186223-
CMYK0.010.6100.13
HSL299.12º68.16%60.59%-
HSV(B)299.12º61.43%87.45%-
XYZ46.4727.3672.64-
YUV141.98173.73184.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 86 (33.98% from 255) = 16.23%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=41.70%
G=16.23%
B=42.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221862230.010.6100.13299.1268.1660.59
HexDD56DF13D0D12b443d
Octal33512633717501545310475
Binary110111011010110110111111111101011011001010111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56DF; }

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

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

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

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

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

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

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

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