#DD56D3

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

Shades of Free Speech Magenta #DD56D3

Tints of Free Speech Magenta #DD56D3

Color information

#DD56D3 (or 0xDD56D3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 56 and D3. RGB value is (221,86,211). Sum of RGB (Red+Green+Blue) = 221+86+211=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56D3 is #22A92C. Grayscale: #8C8C8C. Windows color (decimal): -2271533 or 13850333. OLE color: 13850333.

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

Color convert

RGB22186211-
CMYK00.610.050.13
HSL304.44º66.5%60.2%-
HSV(B)304.44º61.09%86.67%-
XYZ44.926.7364.42-
YUV140.62167.73185.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 86 (33.98% from 255) = 16.60%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=42.66%
G=16.60%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218621100.610.050.13304.4466.560.2
HexDD56D303D5D130433c
Octal33512632307551546010374
Binary11011101101011011010011011110110111011001100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56D3; }

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

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

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

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

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

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

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

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