#DD46D9

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

Shades of Free Speech Magenta #DD46D9

Tints of Free Speech Magenta #DD46D9

Color information

#DD46D9 (or 0xDD46D9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 46 and D9. RGB value is (221,70,217). Sum of RGB (Red+Green+Blue) = 221+70+217=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46D9 is #22B926. Grayscale: #838383. Windows color (decimal): -2275623 or 14239453. OLE color: 14239453.

HSL color Cylindrical-coordinate representation of color #DD46D9: hue angle of 301.59º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46D9 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB22170217-
CMYK00.680.020.13
HSL301.59º68.95%57.06%-
HSV(B)301.59º68.33%86.67%-
XYZ44.5324.7668.08-
YUV131.91176.03191.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 70 (27.73% from 255) = 13.78%
BLUE value IS 217 (85.16% from 255) = 42.72%
R=43.50%
G=13.78%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217021700.680.020.13301.5968.9557.06
HexDD46D90442D12e4539
Octal335106331010421545610571
Binary11011101100011011011001010001001011011001011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46D9; }

 p { color: rgb(221,70,217); }

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

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

 a { background-color: rgb(221,70,217); }

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

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

 span { border-color: rgb(221,70,217); }

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