#DD39E1

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

Shades of Free Speech Magenta #DD39E1

Tints of Free Speech Magenta #DD39E1

Color information

#DD39E1 (or 0xDD39E1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 39 and E1. RGB value is (221,57,225). Sum of RGB (Red+Green+Blue) = 221+57+225=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD39E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD39E1 is #22C61E. Grayscale: #7C7C7C. Windows color (decimal): -2278943 or 14760413. OLE color: 14760413.

HSL color Cylindrical-coordinate representation of color #DD39E1: hue angle of 298.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD39E1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22157225-
CMYK0.020.7500.12
HSL298.57º73.68%55.29%-
HSV(B)298.57º74.67%88.24%-
XYZ44.8723.7373.45-
YUV125.19184.33196.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 57 (22.66% from 255) = 11.33%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=43.94%
G=11.33%
B=44.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221572250.020.7500.12298.5773.6855.29
HexDD39E124B0C12b4a37
Octal33571341211301445311267
Binary1101110111100111100001101001011011001001010111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD39E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD39E1; }

 p { color: rgb(221,57,225); }

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

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

 a { background-color: rgb(221,57,225); }

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

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

 span { border-color: rgb(221,57,225); }

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