#DD5CEA

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

Shades of Free Speech Magenta #DD5CEA

Tints of Free Speech Magenta #DD5CEA

Color information

#DD5CEA (or 0xDD5CEA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5C and EA. RGB value is (221,92,234). Sum of RGB (Red+Green+Blue) = 221+92+234=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5CEA is #22A315. Grayscale: #929292. Windows color (decimal): -2269974 or 15359197. OLE color: 15359197.

HSL color Cylindrical-coordinate representation of color #DD5CEA: hue angle of 294.51º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5CEA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22192234-
CMYK0.060.6100.08
HSL294.51º77.17%63.92%-
HSV(B)294.51º60.68%91.76%-
XYZ48.528.9780.88-
YUV146.76177.24180.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 92 (36.33% from 255) = 16.82%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=40.40%
G=16.82%
B=42.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221922340.060.6100.08294.5177.1763.92
HexDD5CEA63D081274d40
Octal335134352675010447115100
Binary110111011011100111010101101111010100010010011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5CEA; }

 p { color: rgb(221,92,234); }

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

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

 a { background-color: rgb(221,92,234); }

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

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

 span { border-color: rgb(221,92,234); }

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