#DD56E6

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

Shades of Free Speech Magenta #DD56E6

Tints of Free Speech Magenta #DD56E6

Color information

#DD56E6 (or 0xDD56E6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 56 and E6. RGB value is (221,86,230). Sum of RGB (Red+Green+Blue) = 221+86+230=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD56E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56E6 is #22A919. Grayscale: #8E8E8E. Windows color (decimal): -2271514 or 15095517. OLE color: 15095517.

HSL color Cylindrical-coordinate representation of color #DD56E6: hue angle of 296.25º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD56E6 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22186230-
CMYK0.040.6300.10
HSL296.25º74.23%61.96%-
HSV(B)296.25º62.61%90.2%-
XYZ47.4327.7477.72-
YUV142.78177.23183.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 86 (33.98% from 255) = 16.01%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=41.15%
G=16.01%
B=42.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221862300.040.6300.10296.2574.2361.96
HexDD56E643F0A1284a3e
Octal33512634647701245011276
Binary11011101101011011100110100111111010101001010001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56E6; }

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

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

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

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

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

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

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

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