#DD41CC

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

Shades of Free Speech Magenta #DD41CC

Tints of Free Speech Magenta #DD41CC

Color information

#DD41CC (or 0xDD41CC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 41 and CC. RGB value is (221,65,204). Sum of RGB (Red+Green+Blue) = 221+65+204=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41CC is #22BE33. Grayscale: #7F7F7F. Windows color (decimal): -2276916 or 13386205. OLE color: 13386205.

HSL color Cylindrical-coordinate representation of color #DD41CC: hue angle of 306.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD41CC is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22165204-
CMYK00.710.080.13
HSL306.54º69.64%56.08%-
HSV(B)306.54º70.59%86.67%-
XYZ42.6123.5159.42-
YUV127.49171.18194.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 65 (25.78% from 255) = 13.27%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=45.10%
G=13.27%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216520400.710.080.13306.5469.6456.08
HexDD41CC0478D1334638
Octal3351013140107101546310670
Binary1101110110000011100110001000111100011011001100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD41CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD41CC; }

 p { color: rgb(221,65,204); }

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

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

 a { background-color: rgb(221,65,204); }

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

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

 span { border-color: rgb(221,65,204); }

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