#DD51E1

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

Shades of Free Speech Magenta #DD51E1

Tints of Free Speech Magenta #DD51E1

Color information

#DD51E1 (or 0xDD51E1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 51 and E1. RGB value is (221,81,225). Sum of RGB (Red+Green+Blue) = 221+81+225=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD51E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51E1 is #22AE1E. Grayscale: #8A8A8A. Windows color (decimal): -2272799 or 14766557. OLE color: 14766557.

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

Color convert

RGB22181225-
CMYK0.020.6400.12
HSL298.33º70.59%60%-
HSV(B)298.33º64%88.24%-
XYZ46.3526.6973.94-
YUV139.28176.38186.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 81 (32.03% from 255) = 15.37%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=41.94%
G=15.37%
B=42.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221812250.020.6400.12298.3370.5960
HexDD51E12400C12a473c
Octal335121341210001445210774
Binary11011101101000111100001101000000011001001010101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD51E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD51E1; }

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

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

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

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

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

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

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

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