#DD46D8

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

Shades of Free Speech Magenta #DD46D8

Tints of Free Speech Magenta #DD46D8

Color information

#DD46D8 (or 0xDD46D8) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 46 and D8. RGB value is (221,70,216). Sum of RGB (Red+Green+Blue) = 221+70+216=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46D8 is #22B927. Grayscale: #838383. Windows color (decimal): -2275624 or 14173917. OLE color: 14173917.

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

Color convert

RGB22170216-
CMYK00.680.020.13
HSL301.99º68.95%57.06%-
HSV(B)301.99º68.33%86.67%-
XYZ44.424.7167.39-
YUV131.79175.53191.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 70 (27.73% from 255) = 13.81%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=43.59%
G=13.81%
B=42.60%

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
Decimal2217021600.680.020.13301.9968.9557.06
HexDD46D80442D12e4539
Octal335106330010421545610571
Binary11011101100011011011000010001001011011001011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46D8; }

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

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

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

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

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

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

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

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