#DD44DC

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

Shades of Free Speech Magenta #DD44DC

Tints of Free Speech Magenta #DD44DC

Color information

#DD44DC (or 0xDD44DC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 44 and DC. RGB value is (221,68,220). Sum of RGB (Red+Green+Blue) = 221+68+220=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44DC is #22BB23. Grayscale: #828282. Windows color (decimal): -2276132 or 14435549. OLE color: 14435549.

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

Color convert

RGB22168220-
CMYK00.690.000.13
HSL300.39º69.23%56.67%-
HSV(B)300.39º69.23%86.67%-
XYZ44.824.6770.11-
YUV131.07178.19192.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 68 (26.95% from 255) = 13.36%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=43.42%
G=13.36%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216822000.690.000.13300.3969.2356.67
HexDD44DC0450D12c4539
Octal335104334010501545410571
Binary1101110110001001101110001000101011011001011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44DC; }

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

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

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

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

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

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

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

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