#DD5CB7

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

Shades of Free Speech Magenta #DD5CB7

Tints of Free Speech Magenta #DD5CB7

Color information

#DD5CB7 (or 0xDD5CB7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5C and B7. RGB value is (221,92,183). Sum of RGB (Red+Green+Blue) = 221+92+183=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CB7 is #22A348. Grayscale: #8C8C8C. Windows color (decimal): -2270025 or 12016861. OLE color: 12016861.

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

Color convert

RGB22192183-
CMYK00.580.170.13
HSL317.67º65.48%61.37%-
HSV(B)317.67º58.37%86.67%-
XYZ42.1926.4547.68-
YUV140.94151.74185.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=44.56%
G=18.55%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219218300.580.170.13317.6765.4861.37
HexDD5CB703A11D13e413d
Octal335134267072211547610175
Binary1101110110111001011011101110101000111011001111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5CB7; }

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

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

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

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

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

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

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

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