#DD60E2

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

Shades of Free Speech Magenta #DD60E2

Tints of Free Speech Magenta #DD60E2

Color information

#DD60E2 (or 0xDD60E2) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 60 and E2. RGB value is (221,96,226). Sum of RGB (Red+Green+Blue) = 221+96+226=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD60E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60E2 is #229F1D. Grayscale: #939393. Windows color (decimal): -2268958 or 14835933. OLE color: 14835933.

HSL color Cylindrical-coordinate representation of color #DD60E2: hue angle of 297.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD60E2 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22196226-
CMYK0.020.5800.11
HSL297.69º69.15%63.14%-
HSV(B)297.69º57.52%88.63%-
XYZ47.7329.2375.08-
YUV148.2171.91179.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 96 (37.89% from 255) = 17.68%
BLUE value IS 226 (88.67% from 255) = 41.62%
R=40.70%
G=17.68%
B=41.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221962260.020.5800.11297.6969.1563.14
HexDD60E223A0B12a453f
Octal33514034227201345210577
Binary1101110111000001110001010111010010111001010101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60E2; }

 p { color: rgb(221,96,226); }

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

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

 a { background-color: rgb(221,96,226); }

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

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

 span { border-color: rgb(221,96,226); }

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