#DD5DC5

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

Shades of Free Speech Magenta #DD5DC5

Tints of Free Speech Magenta #DD5DC5

Color information

#DD5DC5 (or 0xDD5DC5) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5D and C5. RGB value is (221,93,197). Sum of RGB (Red+Green+Blue) = 221+93+197=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC5 is #22A23A. Grayscale: #8E8E8E. Windows color (decimal): -2269755 or 12934621. OLE color: 12934621.

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

Color convert

RGB22193197-
CMYK00.580.110.13
HSL311.25º65.31%61.57%-
HSV(B)311.25º57.92%86.67%-
XYZ43.8127.2355.77-
YUV143.13158.41183.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=43.25%
G=18.20%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219319700.580.110.13311.2565.3161.57
HexDD5DC503ABD137413e
Octal335135305072131546710176
Binary110111011011101110001010111010101111011001101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DC5; }

 p { color: rgb(221,93,197); }

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

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

 a { background-color: rgb(221,93,197); }

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

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

 span { border-color: rgb(221,93,197); }

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