#DD5CDA

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

Shades of Free Speech Magenta #DD5CDA

Tints of Free Speech Magenta #DD5CDA

Color information

#DD5CDA (or 0xDD5CDA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5C and DA. RGB value is (221,92,218). Sum of RGB (Red+Green+Blue) = 221+92+218=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CDA is #22A325. Grayscale: #909090. Windows color (decimal): -2269990 or 14310621. OLE color: 14310621.

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

Color convert

RGB22192218-
CMYK00.580.010.13
HSL301.4º65.48%61.37%-
HSV(B)301.4º58.37%86.67%-
XYZ46.328.0969.31-
YUV144.94169.24182.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 92 (36.33% from 255) = 17.33%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=41.62%
G=17.33%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219221800.580.010.13301.465.4861.37
HexDD5CDA03A1D12d413d
Octal33513433207211545510175
Binary110111011011100110110100111010111011001011011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5CDA; }

 p { color: rgb(221,92,218); }

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

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

 a { background-color: rgb(221,92,218); }

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

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

 span { border-color: rgb(221,92,218); }

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