#DD63D9

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

Shades of Free Speech Magenta #DD63D9

Tints of Free Speech Magenta #DD63D9

Color information

#DD63D9 (or 0xDD63D9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 63 and D9. RGB value is (221,99,217). Sum of RGB (Red+Green+Blue) = 221+99+217=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63D9 is #229C26. Grayscale: #949494. Windows color (decimal): -2268199 or 14246877. OLE color: 14246877.

HSL color Cylindrical-coordinate representation of color #DD63D9: hue angle of 301.97º 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 #DD63D9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB22199217-
CMYK00.550.020.13
HSL301.97º64.21%62.75%-
HSV(B)301.97º55.2%86.67%-
XYZ46.8129.3168.84-
YUV148.93166.42179.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 99 (39.06% from 255) = 18.44%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=41.15%
G=18.44%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219921700.550.020.13301.9764.2162.75
HexDD63D90372D12e403f
Octal33514333106721545610077
Binary1101110111000111101100101101111011011001011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63D9; }

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

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

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

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

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

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

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

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