#DD4DE9

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

Shades of Free Speech Magenta #DD4DE9

Tints of Free Speech Magenta #DD4DE9

Color information

#DD4DE9 (or 0xDD4DE9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4D and E9. RGB value is (221,77,233). Sum of RGB (Red+Green+Blue) = 221+77+233=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD4DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DE9 is #22B216. Grayscale: #898989. Windows color (decimal): -2273815 or 15289821. OLE color: 15289821.

HSL color Cylindrical-coordinate representation of color #DD4DE9: hue angle of 295.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4DE9 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22177233-
CMYK0.050.6700.09
HSL295.38º78%60.78%-
HSV(B)295.38º66.95%91.37%-
XYZ47.1826.5679.73-
YUV137.84181.71187.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 77 (30.47% from 255) = 14.50%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=41.62%
G=14.50%
B=43.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221772330.050.6700.09295.387860.78
HexDD4DE9543091274e3d
Octal335115351510301144711675
Binary110111011001101111010011011000011010011001001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4DE9; }

 p { color: rgb(221,77,233); }

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

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

 a { background-color: rgb(221,77,233); }

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

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

 span { border-color: rgb(221,77,233); }

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