#DD44D6

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

Shades of Free Speech Magenta #DD44D6

Tints of Free Speech Magenta #DD44D6

Color information

#DD44D6 (or 0xDD44D6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 44 and D6. RGB value is (221,68,214). Sum of RGB (Red+Green+Blue) = 221+68+214=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D6 is #22BB29. Grayscale: #818181. Windows color (decimal): -2276138 or 14042333. OLE color: 14042333.

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

Color convert

RGB22168214-
CMYK00.690.030.13
HSL302.75º69.23%56.67%-
HSV(B)302.75º69.23%86.67%-
XYZ44.0224.3666-
YUV130.39175.19192.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 68 (26.95% from 255) = 13.52%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=43.94%
G=13.52%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216821400.690.030.13302.7569.2356.67
HexDD44D60453D12f4539
Octal335104326010531545710571
Binary11011101100010011010110010001011111011001011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44D6; }

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

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

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

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

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

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

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

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