#DD5BE6

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

Shades of Free Speech Magenta #DD5BE6

Tints of Free Speech Magenta #DD5BE6

Color information

#DD5BE6 (or 0xDD5BE6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5B and E6. RGB value is (221,91,230). Sum of RGB (Red+Green+Blue) = 221+91+230=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD5BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5BE6 is #22A419. Grayscale: #919191. Windows color (decimal): -2270234 or 15096797. OLE color: 15096797.

HSL color Cylindrical-coordinate representation of color #DD5BE6: hue angle of 296.12º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5BE6 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22191230-
CMYK0.040.6000.10
HSL296.12º73.54%62.94%-
HSV(B)296.12º60.43%90.2%-
XYZ47.8428.5777.86-
YUV145.72175.57181.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 91 (35.94% from 255) = 16.79%
BLUE value IS 230 (90.23% from 255) = 42.44%
R=40.77%
G=16.79%
B=42.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221912300.040.6000.10296.1273.5462.94
HexDD5BE643C0A1284a3f
Octal33513334647401245011277
Binary11011101101101111100110100111100010101001010001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5BE6; }

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

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

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

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

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

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

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

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