#DD60DD

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

Shades of Free Speech Magenta #DD60DD

Tints of Free Speech Magenta #DD60DD

Color information

#DD60DD (or 0xDD60DD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 60 and DD. RGB value is (221,96,221). Sum of RGB (Red+Green+Blue) = 221+96+221=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60DD is #229F22. Grayscale: #939393. Windows color (decimal): -2268963 or 14508253. OLE color: 14508253.

HSL color Cylindrical-coordinate representation of color #DD60DD: hue angle of 300º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60DD is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22196221-
CMYK00.5700.13
HSL300º64.77%62.16%-
HSV(B)300º56.56%86.67%-
XYZ47.0528.9671.52-
YUV147.62169.41180.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 96 (37.89% from 255) = 17.84%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=41.08%
G=17.84%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219622100.5700.1330064.7762.16
HexDD60DD0390D12c413e
Octal33514033507101545410176
Binary110111011100000110111010111001011011001011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60DD; }

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

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

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

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

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

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

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

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