#DD4AD9

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

Shades of Free Speech Magenta #DD4AD9

Tints of Free Speech Magenta #DD4AD9

Color information

#DD4AD9 (or 0xDD4AD9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4A and D9. RGB value is (221,74,217). Sum of RGB (Red+Green+Blue) = 221+74+217=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AD9 is #22B526. Grayscale: #858585. Windows color (decimal): -2274599 or 14240477. OLE color: 14240477.

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

Color convert

RGB22174217-
CMYK00.670.020.13
HSL301.63º68.37%57.84%-
HSV(B)301.63º66.52%86.67%-
XYZ44.7925.2868.16-
YUV134.26174.7189.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 74 (29.30% from 255) = 14.45%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=43.16%
G=14.45%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217421700.670.020.13301.6368.3757.84
HexDD4AD90432D12e443a
Octal335112331010321545610472
Binary11011101100101011011001010000111011011001011101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4AD9; }

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

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

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

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

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

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

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

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