#DD44C6

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

Shades of Free Speech Magenta #DD44C6

Tints of Free Speech Magenta #DD44C6

Color information

#DD44C6 (or 0xDD44C6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 44 and C6. RGB value is (221,68,198). Sum of RGB (Red+Green+Blue) = 221+68+198=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44C6 is #22BB39. Grayscale: #808080. Windows color (decimal): -2276154 or 12993757. OLE color: 12993757.

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

Color convert

RGB22168198-
CMYK00.690.100.13
HSL309.02º69.23%56.67%-
HSV(B)309.02º69.23%86.67%-
XYZ42.0823.5855.76-
YUV128.57167.19193.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 68 (26.95% from 255) = 13.96%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=45.38%
G=13.96%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216819800.690.100.13309.0269.2356.67
HexDD44C6045AD1354539
Octal3351043060105121546510571
Binary1101110110001001100011001000101101011011001101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44C6; }

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

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

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

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

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

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

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

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