#DD40C1

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

Shades of Free Speech Magenta #DD40C1

Tints of Free Speech Magenta #DD40C1

Color information

#DD40C1 (or 0xDD40C1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 40 and C1. RGB value is (221,64,193). Sum of RGB (Red+Green+Blue) = 221+64+193=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40C1 is #22BF3E. Grayscale: #7D7D7D. Windows color (decimal): -2277183 or 12665053. OLE color: 12665053.

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

Color convert

RGB22164193-
CMYK00.710.130.13
HSL310.7º69.78%55.88%-
HSV(B)310.7º71.04%86.67%-
XYZ41.2822.8952.69-
YUV125.65166.01196.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 64 (25.39% from 255) = 13.39%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=46.23%
G=13.39%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216419300.710.130.13310.769.7855.88
HexDD40C1047DD1374638
Octal3351003010107151546710670
Binary1101110110000001100000101000111110111011001101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD40C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD40C1; }

 p { color: rgb(221,64,193); }

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

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

 a { background-color: rgb(221,64,193); }

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

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

 span { border-color: rgb(221,64,193); }

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