#DD56C9

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

Shades of Free Speech Magenta #DD56C9

Tints of Free Speech Magenta #DD56C9

Color information

#DD56C9 (or 0xDD56C9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 56 and C9. RGB value is (221,86,201). Sum of RGB (Red+Green+Blue) = 221+86+201=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56C9 is #22A936. Grayscale: #8B8B8B. Windows color (decimal): -2271543 or 13194973. OLE color: 13194973.

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

Color convert

RGB22186201-
CMYK00.610.090.13
HSL308.89º66.5%60.2%-
HSV(B)308.89º61.09%86.67%-
XYZ43.6926.2458.02-
YUV139.48162.73186.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 86 (33.98% from 255) = 16.93%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=43.50%
G=16.93%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218620100.610.090.13308.8966.560.2
HexDD56C903D9D135433c
Octal335126311075111546510374
Binary110111011010110110010010111101100111011001101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56C9; }

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

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

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

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

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

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

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

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