#DD42C3

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

Shades of Free Speech Magenta #DD42C3

Tints of Free Speech Magenta #DD42C3

Color information

#DD42C3 (or 0xDD42C3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 42 and C3. RGB value is (221,66,195). Sum of RGB (Red+Green+Blue) = 221+66+195=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42C3 is #22BD3C. Grayscale: #7E7E7E. Windows color (decimal): -2276669 or 12796637. OLE color: 12796637.

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

Color convert

RGB22166195-
CMYK00.700.120.13
HSL310.06º69.51%56.27%-
HSV(B)310.06º70.14%86.67%-
XYZ41.6223.2153.92-
YUV127.05166.35195.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 66 (26.17% from 255) = 13.69%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=45.85%
G=13.69%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216619500.700.120.13310.0669.5156.27
HexDD42C3046CD1364638
Octal3351023030106141546610670
Binary1101110110000101100001101000110110011011001101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD42C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD42C3; }

 p { color: rgb(221,66,195); }

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

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

 a { background-color: rgb(221,66,195); }

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

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

 span { border-color: rgb(221,66,195); }

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