#DD5BEB

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

Shades of Free Speech Magenta #DD5BEB

Tints of Free Speech Magenta #DD5BEB

Color information

#DD5BEB (or 0xDD5BEB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5B and EB. RGB value is (221,91,235). Sum of RGB (Red+Green+Blue) = 221+91+235=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5BEB is #22A414. Grayscale: #919191. Windows color (decimal): -2270229 or 15424477. OLE color: 15424477.

HSL color Cylindrical-coordinate representation of color #DD5BEB: hue angle of 294.17º degrees, saturation: 0.78, 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 #DD5BEB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22191235-
CMYK0.060.6100.08
HSL294.17º78.26%63.92%-
HSV(B)294.17º61.28%92.16%-
XYZ48.5628.8581.61-
YUV146.29178.07181.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 91 (35.94% from 255) = 16.64%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=40.40%
G=16.64%
B=42.96%

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
Decimal221912350.060.6100.08294.1778.2663.92
HexDD5BEB63D081264e40
Octal335133353675010446116100
Binary110111011011011111010111101111010100010010011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5BEB; }

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

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

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

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

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

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

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

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