#DD5AE1

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

Shades of Free Speech Magenta #DD5AE1

Tints of Free Speech Magenta #DD5AE1

Color information

#DD5AE1 (or 0xDD5AE1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5A and E1. RGB value is (221,90,225). Sum of RGB (Red+Green+Blue) = 221+90+225=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD5AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AE1 is #22A51E. Grayscale: #909090. Windows color (decimal): -2270495 or 14768861. OLE color: 14768861.

HSL color Cylindrical-coordinate representation of color #DD5AE1: hue angle of 298.22º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5AE1 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22190225-
CMYK0.020.6000.12
HSL298.22º69.23%61.76%-
HSV(B)298.22º60%88.24%-
XYZ47.0728.1274.18-
YUV144.56173.4182.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 90 (35.55% from 255) = 16.79%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=41.23%
G=16.79%
B=41.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221902250.020.6000.12298.2269.2361.76
HexDD5AE123C0C12a453e
Octal33513234127401445210576
Binary1101110110110101110000110111100011001001010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5AE1; }

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

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

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

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

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

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

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

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