#DD5FEC

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

Shades of Free Speech Magenta #DD5FEC

Tints of Free Speech Magenta #DD5FEC

Color information

#DD5FEC (or 0xDD5FEC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and EC. RGB value is (221,95,236). Sum of RGB (Red+Green+Blue) = 221+95+236=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FEC is #22A013. Grayscale: #949494. Windows color (decimal): -2269204 or 15491037. OLE color: 15491037.

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

Color convert

RGB22195236-
CMYK0.060.6000.07
HSL293.62º78.77%64.9%-
HSV(B)293.62º59.75%92.55%-
XYZ49.0529.6182.49-
YUV148.75177.24179.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 95 (37.5% from 255) = 17.21%
BLUE value IS 236 (92.58% from 255) = 42.75%
R=40.04%
G=17.21%
B=42.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221952360.060.6000.07293.6278.7764.9
HexDD5FEC63C071264f41
Octal33513735467407446117101
Binary11011101101111111101100110111100011110010011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FEC; }

 p { color: rgb(221,95,236); }

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

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

 a { background-color: rgb(221,95,236); }

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

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

 span { border-color: rgb(221,95,236); }

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