#DD63DD

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

Shades of Free Speech Magenta #DD63DD

Tints of Free Speech Magenta #DD63DD

Color information

#DD63DD (or 0xDD63DD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 63 and DD. RGB value is (221,99,221). Sum of RGB (Red+Green+Blue) = 221+99+221=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63DD is #229C22. Grayscale: #959595. Windows color (decimal): -2268195 or 14509021. OLE color: 14509021.

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

Color convert

RGB22199221-
CMYK00.5500.13
HSL300º64.21%62.75%-
HSV(B)300º55.2%86.67%-
XYZ47.3329.5271.61-
YUV149.39168.42179.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 99 (39.06% from 255) = 18.30%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=40.85%
G=18.30%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219922100.5500.1330064.2162.75
HexDD63DD0370D12c403f
Octal33514333506701545410077
Binary110111011100011110111010110111011011001011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63DD; }

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

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

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

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

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

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

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

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