#DD5DC6

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

Shades of Free Speech Magenta #DD5DC6

Tints of Free Speech Magenta #DD5DC6

Color information

#DD5DC6 (or 0xDD5DC6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5D and C6. RGB value is (221,93,198). Sum of RGB (Red+Green+Blue) = 221+93+198=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC6 is #22A239. Grayscale: #8E8E8E. Windows color (decimal): -2269754 or 13000157. OLE color: 13000157.

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

Color convert

RGB22193198-
CMYK00.580.100.13
HSL310.78º65.31%61.57%-
HSV(B)310.78º57.92%86.67%-
XYZ43.9327.2856.38-
YUV143.24158.91183.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 93 (36.72% from 255) = 18.16%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=43.16%
G=18.16%
B=38.67%

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
Decimal2219319800.580.100.13310.7865.3161.57
HexDD5DC603AAD137413e
Octal335135306072121546710176
Binary110111011011101110001100111010101011011001101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DC6; }

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

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

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

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

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

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

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

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