#DD5CC6

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

Shades of Free Speech Magenta #DD5CC6

Tints of Free Speech Magenta #DD5CC6

Color information

#DD5CC6 (or 0xDD5CC6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5C and C6. RGB value is (221,92,198). Sum of RGB (Red+Green+Blue) = 221+92+198=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CC6 is #22A339. Grayscale: #8E8E8E. Windows color (decimal): -2270010 or 12999901. OLE color: 12999901.

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

Color convert

RGB22192198-
CMYK00.580.100.13
HSL310.7º65.48%61.37%-
HSV(B)310.7º58.37%86.67%-
XYZ43.8427.156.35-
YUV142.66159.24183.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 92 (36.33% from 255) = 18.00%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=43.25%
G=18.00%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219219800.580.100.13310.765.4861.37
HexDD5CC603AAD137413d
Octal335134306072121546710175
Binary110111011011100110001100111010101011011001101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5CC6; }

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

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

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

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

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

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

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

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