#DD40D0

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

Shades of Free Speech Magenta #DD40D0

Tints of Free Speech Magenta #DD40D0

Color information

#DD40D0 (or 0xDD40D0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 40 and D0. RGB value is (221,64,208). Sum of RGB (Red+Green+Blue) = 221+64+208=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40D0 is #22BF2F. Grayscale: #7E7E7E. Windows color (decimal): -2277168 or 13648093. OLE color: 13648093.

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

Color convert

RGB22164208-
CMYK00.710.060.13
HSL304.97º69.78%55.88%-
HSV(B)304.97º71.04%86.67%-
XYZ43.0423.5961.96-
YUV127.36173.51194.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 64 (25.39% from 255) = 12.98%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=44.83%
G=12.98%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216420800.710.060.13304.9769.7855.88
HexDD40D00476D1314638
Octal335100320010761546110670
Binary110111011000000110100000100011111011011001100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD40D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD40D0; }

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

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

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

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

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

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

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

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