#DD53ED

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

Shades of Free Speech Magenta #DD53ED

Tints of Free Speech Magenta #DD53ED

Color information

#DD53ED (or 0xDD53ED) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 53 and ED. RGB value is (221,83,237). Sum of RGB (Red+Green+Blue) = 221+83+237=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD53ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53ED is #22AC12. Grayscale: #8D8D8D. Windows color (decimal): -2272275 or 15553501. OLE color: 15553501.

HSL color Cylindrical-coordinate representation of color #DD53ED: hue angle of 293.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD53ED is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22183237-
CMYK0.070.6500.07
HSL293.77º81.05%62.75%-
HSV(B)293.77º64.98%92.94%-
XYZ48.227.6782.92-
YUV141.82181.72184.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 83 (32.81% from 255) = 15.34%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=40.85%
G=15.34%
B=43.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221832370.070.6500.07293.7781.0562.75
HexDD53ED74107126513f
Octal33512335571010744612177
Binary11011101101001111101101111100000101111001001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD53ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD53ED; }

 p { color: rgb(221,83,237); }

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

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

 a { background-color: rgb(221,83,237); }

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

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

 span { border-color: rgb(221,83,237); }

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