#DD44D0

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

Shades of Free Speech Magenta #DD44D0

Tints of Free Speech Magenta #DD44D0

Color information

#DD44D0 (or 0xDD44D0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 44 and D0. RGB value is (221,68,208). Sum of RGB (Red+Green+Blue) = 221+68+208=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D0 is #22BB2F. Grayscale: #818181. Windows color (decimal): -2276144 or 13649117. OLE color: 13649117.

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

Color convert

RGB22168208-
CMYK00.690.060.13
HSL305.1º69.23%56.67%-
HSV(B)305.1º69.23%86.67%-
XYZ43.2724.0662.04-
YUV129.71172.19193.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 68 (26.95% from 255) = 13.68%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=44.47%
G=13.68%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216820800.690.060.13305.169.2356.67
HexDD44D00456D1314539
Octal335104320010561546110571
Binary110111011000100110100000100010111011011001100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44D0; }

 p { color: rgb(221,68,208); }

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

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

 a { background-color: rgb(221,68,208); }

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

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

 span { border-color: rgb(221,68,208); }

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