#DD41CD

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

Shades of Free Speech Magenta #DD41CD

Tints of Free Speech Magenta #DD41CD

Color information

#DD41CD (or 0xDD41CD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 41 and CD. RGB value is (221,65,205). Sum of RGB (Red+Green+Blue) = 221+65+205=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41CD is #22BE32. Grayscale: #7F7F7F. Windows color (decimal): -2276915 or 13451741. OLE color: 13451741.

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

Color convert

RGB22165205-
CMYK00.710.070.13
HSL306.15º69.64%56.08%-
HSV(B)306.15º70.59%86.67%-
XYZ42.7323.5660.05-
YUV127.6171.68194.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=45.01%
G=13.24%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216520500.710.070.13306.1569.6456.08
HexDD41CD0477D1324638
Octal335101315010771546210670
Binary110111011000001110011010100011111111011001100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD41CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD41CD; }

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

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

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

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

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

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

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

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