#DD3DEB

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

Shades of Free Speech Magenta #DD3DEB

Tints of Free Speech Magenta #DD3DEB

Color information

#DD3DEB (or 0xDD3DEB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 3D and EB. RGB value is (221,61,235). Sum of RGB (Red+Green+Blue) = 221+61+235=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3DEB is #22C214. Grayscale: #808080. Windows color (decimal): -2277909 or 15416797. OLE color: 15416797.

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

Color convert

RGB22161235-
CMYK0.060.7400.08
HSL295.17º81.31%58.04%-
HSV(B)295.17º74.04%92.16%-
XYZ46.4824.7180.92-
YUV128.68188.01193.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 61 (24.22% from 255) = 11.80%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=42.75%
G=11.80%
B=45.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221612350.060.7400.08295.1781.3158.04
HexDD3DEB64A08127513a
Octal33575353611201044712172
Binary11011101111101111010111101001010010001001001111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3DEB; }

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

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

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

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

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

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

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

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