#DD5BEF

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

Shades of Free Speech Magenta #DD5BEF

Tints of Free Speech Magenta #DD5BEF

Color information

#DD5BEF (or 0xDD5BEF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5B and EF. RGB value is (221,91,239). Sum of RGB (Red+Green+Blue) = 221+91+239=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD5BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5BEF is #22A410. Grayscale: #929292. Windows color (decimal): -2270225 or 15686621. OLE color: 15686621.

HSL color Cylindrical-coordinate representation of color #DD5BEF: hue angle of 292.7º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5BEF is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22191239-
CMYK0.080.6200.06
HSL292.7º82.22%64.71%-
HSV(B)292.7º61.92%93.73%-
XYZ49.1429.0984.69-
YUV146.74180.07180.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 91 (35.94% from 255) = 16.52%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=40.11%
G=16.52%
B=43.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221912390.080.6200.06292.782.2264.71
HexDD5BEF83E061255241
Octal335133357107606445122101
Binary110111011011011111011111000111110011010010010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5BEF; }

 p { color: rgb(221,91,239); }

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

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

 a { background-color: rgb(221,91,239); }

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

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

 span { border-color: rgb(221,91,239); }

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