#DD40DA

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

Shades of Free Speech Magenta #DD40DA

Tints of Free Speech Magenta #DD40DA

Color information

#DD40DA (or 0xDD40DA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 40 and DA. RGB value is (221,64,218). Sum of RGB (Red+Green+Blue) = 221+64+218=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40DA is #22BF25. Grayscale: #808080. Windows color (decimal): -2277158 or 14303453. OLE color: 14303453.

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

Color convert

RGB22164218-
CMYK00.710.010.13
HSL301.15º69.78%55.88%-
HSV(B)301.15º71.04%86.67%-
XYZ44.3124.168.65-
YUV128.5178.51193.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 64 (25.39% from 255) = 12.72%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=43.94%
G=12.72%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216421800.710.010.13301.1569.7855.88
HexDD40DA0471D12d4638
Octal335100332010711545510670
Binary1101110110000001101101001000111111011001011011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD40DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD40DA; }

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

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

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

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

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

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

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

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