#DD46DA

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

Shades of Free Speech Magenta #DD46DA

Tints of Free Speech Magenta #DD46DA

Color information

#DD46DA (or 0xDD46DA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 46 and DA. RGB value is (221,70,218). Sum of RGB (Red+Green+Blue) = 221+70+218=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46DA is #22B925. Grayscale: #838383. Windows color (decimal): -2275622 or 14304989. OLE color: 14304989.

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

Color convert

RGB22170218-
CMYK00.680.010.13
HSL301.19º68.95%57.06%-
HSV(B)301.19º68.33%86.67%-
XYZ44.6624.8168.77-
YUV132.02176.53191.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 70 (27.73% from 255) = 13.75%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=43.42%
G=13.75%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217021800.680.010.13301.1968.9557.06
HexDD46DA0441D12d4539
Octal335106332010411545510571
Binary1101110110001101101101001000100111011001011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46DA; }

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

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

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

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

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

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

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

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